MobileCRM.UI.HomeForm - Resconet/JSBridge GitHub Wiki
MobileCRM.UI.HomeForm Object
[v8.0] Represents the Javascript equivalent of the home form object which contains the Home/UI replacement iFrame.
Properties
Property |
Type |
Description |
form |
MobileCRM.UI.Form |
Gets the top level form. |
items |
Array |
Gets the list of the home items. |
listView |
MobileCRM.UI._ListController |
Gets the list view with home items. |
lastSyncResult |
MobileCRM.Services.SynchronizationResult |
[v8.1] An object with last sync results. Contains following boolean properties: newCustomizationReady, customizationDownloaded, dataErrorsEncountered, appWasLocked, syncAborted, adminFullSync, wasBackgroundSync |
syncResultText |
String |
[v8.1] The last synchronization error text. |
syncProgress |
Object |
[v8.1] An object with current sync progress. Contains following properties: labels, percent. It is undefined if no sync is running. |
Functions