1

Observations:

With the Auto Update Booking Travel enabled in Resource Scheduling App, when a Bookable Resource Booking record is updated from the Schedule Board, the Resurce Scheduling App performs a real-time post-operation to update the Travel time and Start Time of the Bookable Resource Booking record. This behaviour results in two database updates:

  1. the first update from user performing a drag and drop action
  2. the second update is from the calculated new value of Resource Scheduling App

As a result, and SDK message registered on the field updates of Start Time will be generated two times. Hence any Plugins, Power Automate flows and Workflows triggered by updates of Start Time of the Bookable Resource Booking will run two times. However, the first run is a valid redundant, and end users are getting false information or duplicates.


Suggestion:

As the Start Time of Bookable Resource Booking is a well-attended field, surely additional logics will be applied for various situations. Please consider to update the "Auto Update Travel Time" from Real-time Post-operation to Pre-Operation that not perform two database updates in the backend.

STATUS DETAILS
New