Mobile Credential Data
| For users of CT Mobile package version below 3.54. |
Mobile Credential Data is a custom setting to store encrypted administrator credentials to access Salesforce Metadata API via APEX logic.
| For an easy setup, go to CT Mobile Control Panel: Tools. |
Custom setting API name: clm__MobileCredentialData__c
| Field | API Name | Type | Description |
|---|---|---|---|
Key Value |
clm__KeyValue__c |
Text(255) |
The value to decypher the encrypted credentials and security token. |
Login |
clm__Login__c |
Text(255) |
The administrator’s login. |
Password |
clm__Password__c |
Text(255) |
The administrator password. |
Token |
clm__Token__c |
Text(255) |