Join the Power Platform Masterclass #2 starting April 23

Route plan: Difference between revisions

Jump to navigation Jump to search
No change in size ,  7 August 2019
No edit summary
Line 41: Line 41:


You can use [[Rules editor|rules]] to customize the behavior of your route plan. The following actions trigger rule execution on a route plan:
You can use [[Rules editor|rules]] to customize the behavior of your route plan. The following actions trigger rule execution on a route plan:
* On Item Added: Executed when a user adds a new appointment on the map. Often used for initialization, if you need to set some properties for the newly created appointment.
; On Item Added: Executed when a user adds a new appointment on the map. Often used for initialization, if you need to set some properties for the newly created appointment.
* On Item Completed: Executed when a user marks an appointment as completed. This can be used to perform some finishing touches on the appointment about to be closed. Note that the fields need to exist on the view.
; On Item Completed: Executed when a user marks an appointment as completed. This can be used to perform some finishing touches on the appointment about to be closed. Note that the fields need to exist on the view.


Few sample rules are described in a [https://youtu.be/ws1RbswYfFQ?t=20m4s webinar]. {{Badge|Webinar}}
Few sample rules are described in a [https://youtu.be/ws1RbswYfFQ?t=20m4s webinar]. {{Badge|Webinar}}

Navigation menu