Fields: {
"%vlocity_namespace%__OmniScript__c": {
content: "%vlocity_namespace%__Content__c";
scriptId: "%vlocity_namespace%__OmniScriptId__c";
sequence: "%vlocity_namespace%__Sequence__c";
};
OmniProcess: {
content: "Content";
scriptId: "OmniProcessId";
sequence: "Sequence";
};
} = ...
Type Declaration
Readonly%vlocity_namespace%__OmniScript__c: {
content: "%vlocity_namespace%__Content__c";
scriptId: "%vlocity_namespace%__OmniScriptId__c";
sequence: "%vlocity_namespace%__Sequence__c";
}
ReadonlyOmniProcess: { content: "Content"; scriptId: "OmniProcessId"; sequence: "Sequence" }
A constant object mapping SObject types to their corresponding field name mappings.
Each key is an SObject type (from either
OmniScriptRecord.SObjectTypeorOmniProcessRecord.SObjectType), and its value is an object that maps logical field identifiers (sequence,scriptId,content) to their actual field names in the data model.