Variable VlocityDatapackSourceKeyConst

VlocityDatapackSourceKey: {
    SObject: {
        dataPackType: "VlocityDataPackType";
        lookupKey: "VlocityLookupRecordSourceKey";
        matchingKey: "VlocityMatchingRecordSourceKey";
        sobjectType: "VlocityRecordSObjectType";
        sourceKey: "VlocityRecordSourceKey";
    };
    VlocityLookupMatchingKeyObject: "VlocityLookupRecordSourceKey";
    VlocityMatchingKeyObject: "VlocityMatchingRecordSourceKey";
} = ...

Maps the type of a Vlocity datapack to the corresponding source key field.

Type declaration

  • Readonly SObject: {
        dataPackType: "VlocityDataPackType";
        lookupKey: "VlocityLookupRecordSourceKey";
        matchingKey: "VlocityMatchingRecordSourceKey";
        sobjectType: "VlocityRecordSObjectType";
        sourceKey: "VlocityRecordSourceKey";
    }
    • Readonly dataPackType: "VlocityDataPackType"
    • Readonly lookupKey: "VlocityLookupRecordSourceKey"
    • Readonly matchingKey: "VlocityMatchingRecordSourceKey"
    • Readonly sobjectType: "VlocityRecordSObjectType"
    • Readonly sourceKey: "VlocityRecordSourceKey"
  • Readonly VlocityLookupMatchingKeyObject: "VlocityLookupRecordSourceKey"
  • Readonly VlocityMatchingKeyObject: "VlocityMatchingRecordSourceKey"