Route plan: Difference between revisions

Jump to navigation Jump to search
Line 52: Line 52:
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.
; 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. You can also use it to validate the appointment before closing. If validation fails, completion can be canceled and a custom error message displayed to the user.


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