MobileCRM.Configuration - Resconet/JSBridge GitHub Wiki
MobileCRM.Configuration Object
Provides an access to the application configuration.
Properties
Property |
Type |
Description |
applicationEdition |
String |
Gets the application edition. |
applicationPath |
String |
Gets the application folder. |
applicationVersion |
String |
Gets the application version (major.minor.subversion.build). |
customizationDirectory |
String |
Gets or sets the runtime customization config root. |
externalConfiguration |
String |
Gets the external configuration directory (either customization or legacy configuration). |
isBackgroundSync |
Boolean |
Gets or sets whether background synchronization is in progress. |
isOnline |
Boolean |
Gets or sets whether the online mode is currently active. |
legacyVersion |
String |
Gets or sets the legacy redirect folder. |
licenseAlert |
String |
Gets the flag set during sync indicating that the user's license has expired. |
settings |
MobileCRM._Settings |
Gets the application settings. |
storageDirectory |
String |
Gets the root folder of the application storage. |
Functions
Function |
Description |
requestObject |
Requests the managed Configuration object. |