Skip to content

MobileCRM.UI.RoutePlan.requestObject

rescocrm edited this page May 15, 2023 · 2 revisions

Requests the managed RoutePlan object.

Method initiates an asynchronous request which either ends with calling the errorCallback or with calling the callback with Javascript version of RoutePlan object. See MobileCRM.Bridge.requestObject for further details.

Arguments

Argument Type Description
callback function(platform) The callback function that is called asynchronously with serialized RoutePlan object as argument.
errorCallback function(errorMsg) The errorCallback which is called in case of error.
scope Object The scope for callbacks.
Clone this wiki locally