You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rescocrm edited this page May 15, 2023
·
9 revisions
[v8.0] Requests the managed HomeForm object.
Method initiates an asynchronous request which either ends with calling the errorCallback or with calling the callback with Javascript version of HomeForm object. See MobileCRM.Bridge.requestObject for further details.
Arguments
Argument
Type
Description
callback
function(homeForm)
The callback function that is called asynchronously with serialized HomeForm object as argument. Callback should return true to apply changed properties.
errorCallback
function(errorMsg)
The errorCallback which is called in case of error.
scope
Object
The scope for callbacks.
This example demonstrates how to change the Home Form title.