Variable DatapackFieldsConst

DatapackFields: {
    dataPackType: "VlocityDataPackType";
    lookupKey: "VlocityLookupRecordSourceKey";
    matchingKey: "VlocityMatchingRecordSourceKey";
    sobjectType: "VlocityRecordSObjectType";
    sourceKey: "VlocityRecordSourceKey";
} = ...

Datapack standard fields that are used to identify the type of datapack and its source key.

Type declaration

  • Readonly dataPackType: "VlocityDataPackType"
  • Readonly lookupKey: "VlocityLookupRecordSourceKey"
  • Readonly matchingKey: "VlocityMatchingRecordSourceKey"
  • Readonly sobjectType: "VlocityRecordSObjectType"
  • Readonly sourceKey: "VlocityRecordSourceKey"