Skip to content

Commit 668a9d0

Browse files
committed
Freshness updates
1 parent 9c64b89 commit 668a9d0

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

support/dynamics-365/field-service/mobile-app/booking-timestamp-incorrect-time.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Booking timestamp is created with incorrect time
33
description: Resolves the incorrect booking timestamp created when the booking status is updated in the Dynamics 365 Field Service mobile app.
44
ms.author: jobaker
55
author: JonBaker007
6-
ms.reviewer: mhart
7-
ms.date: 01/31/2025
6+
ms.reviewer: v-wendysmith
7+
ms.date: 01/16/2026
88
ms.custom: sap:Mobile application
99
---
1010
# Booking timestamp is created with an incorrect time in the Field Service mobile app
@@ -19,14 +19,14 @@ On the `Booking` entity, there's an internal-use-only field called **Offline Tim
1919

2020
Here are some ways to resolve scenarios that result in incorrect timestamps.
2121

22-
- The **Offline Timestamp** field is missing from the booking form. In this case, it shows a form warning notification in offline mode.
22+
- The **Offline Timestamp** field is missing from the booking form. In this case, the app shows a form warning notification in offline mode.
2323

2424
To solve this issue, add the **Offline Timestamp** field back to the form.
2525

2626
- The default booking [JavaScript library on a booking form](/dynamics365/field-service/field-service-customize-scripts#form-libraries) is disabled or removed.
2727

2828
To solve this issue, ensure the default scripts and events are enabled.
2929

30-
- The [work order system status](/dynamics365/field-service/work-order-status-booking-status) is changed via API or a business process flow in offline mode without triggering the `OnChange` event. When the status changes to *Completed* and the work order syncs back to the server, the plug-in completes all related bookings. This process creates booking timestamps. Since the offline booking timestamp wasn't captured, the system creates the booking timestamp using the current time.
30+
- The [work order system status](/dynamics365/field-service/work-order-status-booking-status) is changed via API or a business process flow in offline mode without triggering the `OnChange` event. When the status changes to *Completed* and the work order syncs back to the server, the plug-in completes all related bookings. This process creates booking timestamps. Since the offline booking timestamp isn't captured, the system creates the booking timestamp by using the current time.
3131

32-
We strongly recommend not changing the work order system status via API or a business process flow in offline mode.
32+
Don't change the work order system status via API or a business process flow in offline mode.

support/dynamics-365/field-service/mobile-app/duplicate-inspection-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Administrators can review the audit log of the work order service task to check
2323

2424
The default offline profile has filters to download all work order service tasks and inspection responses. If users change the filter of the offline profile, some tasks might fail to download. Therefore, when a work order service task record is opened while the device is offline, the associated inspection response can't be found. The system assumes that an inspection response doesn't exist and creates a new one.
2525

26-
To resolve the issue, review the filters of your custom offline profile to download all required records. For more information, see [Configure offline capabilities](/dynamics365/field-service/mobile-power-app-system-offline).
26+
To resolve the issue, review the filters of your custom offline profile to download all required records. For more information, see [Configure offline capabilities](/dynamics365/field-service/set-up-offline-profile).
2727

2828
### With custom security roles and privileges
2929

support/dynamics-365/field-service/mobile-app/incorrect-missing-data-offline-mode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: sap:Mobile application\Offline data sync - Other
99
---
1010
# "Incorrect or missing data in offline mode" error
1111

12-
This article solves a common issue with the [mobile offline profile](/dynamics365/field-service/mobile-power-app-system-offline) in the Microsoft Dynamics 365 Field Service mobile app.
12+
This article solves a common issue with the mobile offline profile in the Microsoft Dynamics 365 Field Service mobile app.
1313

1414
## Symptoms
1515

@@ -19,7 +19,7 @@ When you use the mobile offline profile in the Dynamics 365 Field Service mobile
1919
2020
## Resolution
2121

22-
To solve this issue, review the mobile offline profile.
22+
To solve this issue, review the [mobile offline profile](/dynamics365/field-service/mobile/set-up-offline-profile).
2323

2424
> [!NOTE]
2525
> Before making any changes to the offline profile, create a copy to preserve the original filters.
@@ -28,4 +28,4 @@ To solve this issue, review the mobile offline profile.
2828
- Ensure that the offline profile is associated with the correct app module.
2929
- Recreate the offline profile filters in **Advanced Find** and see if they match the data you're looking for. Refine the filters if needed.
3030
- Verify that the proper item associations are set. If the entity in question is downloaded through an item association, check the filter of the parent item. Item associations transfer their filter to their associated entities. For example, if accounts are associated with a work order, and the work order has a custom filter that downloads only scheduled work orders, only accounts that belong to the scheduled work orders are downloaded.
31-
- If mobile offline is enabled for the app module, the app reads from the offline database. When the device is online, change the sync [according to the configured sync intervals](/dynamics365/field-service/mobile-power-app-system-offline#sync-intervals). You can [sync the offline database manually from the offline status page](/power-apps/mobile/offline-sync-icon).
31+
- If mobile offline is enabled for the app module, the app reads from the offline database. When the device is online, change the sync [according to the configured sync intervals](/dynamics365/field-service/mobile/offline-data-sync#set-sync-intervals). You can [sync the offline database manually from the offline status page](/power-apps/mobile/offline-sync-icon).

support/dynamics-365/field-service/mobile-app/publish-mobile-offline-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: sap:Mobile application\Offline data sync - Other
99
---
1010
# Troubleshoot issues with publishing a mobile offline profile
1111

12-
This article helps you solve issues with publishing a [mobile offline profile](/dynamics365/field-service/mobile-power-app-system-offline) in the Microsoft Dynamics 365 Field Service mobile app.
12+
This article helps you solve issues with publishing a [mobile offline profile](/dynamics365/field-service/mobile/set-up-offline-profile) in the Microsoft Dynamics 365 Field Service mobile app.
1313

1414
## Symptoms
1515

0 commit comments

Comments
 (0)