MobileCRM.UI.RoutePlan.onItemRemoved - Resconet/JSBridge GitHub Wiki
Binds or unbinds the handler for "Item Removed" event.
Bound handler is called with the RoutePlan object as an argument.
The RoutePlan context object contains property "entity" carrying DynamicEntity object of unsaved visit record being removed from route plan.
Argument | Type | Description |
---|---|---|
handler | function(RoutePlan) | The handler function that has to be bound or unbound. |
bind | Boolean | Determines whether to bind or unbind the handler. |
scope | Object | The scope for handler calls. |