Private
Readonly
connectionPrivate
Readonly
fieldPrivate
Readonly
loggerPrivate
Readonly
nsPrivate
Readonly
schemaDescribes an SObject and all it's fields using the Describe-API; any object not accessible for the current user will be return undefined.
SObject type
Resolve an SObject field based on it's path; returns an array of Field's
SObject type
Resolve an SObject field based on it's path; returns an array of Field's
SObject type
trye to throw an exception when the type is not found otherwise return null;
Private
encodePrivate
findSObjectPrivate
getGet the field type of an SObject field in Salesforce
SObject Type
Field Name
Transforms a property like Salesforce field to a valid Salesforce field or field path, for exampled
transforms contract.account.name
-> vlocity__cmt_Contract__c.Account.Name
SOBject type
Full path of properties
Provides access to Database Schema methods like describe.