-
Notifications
You must be signed in to change notification settings - Fork 26
MobileCRM.Configuration
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
Provides an access to the application configuration.
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. |
Function | Description |
---|---|
requestObject | Requests the managed Configuration object. |