MobileCRM.UI.RoutePlan.requestObject - Resconet/JSBridge GitHub Wiki

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.
⚠️ **GitHub.com Fallback** ⚠️