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.


Custom setting API name: clm__MobileCredentialData__c


Field API Name Type Description

Key Value

clm__KeyValue__c

Text(255)

The value to decipher 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)

The security token.

``