vlocode-project - v1.40.0-beta-4
    Preparing search index...

    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

    • ReadonlySObject: {
          dataPackType: "VlocityDataPackType";
          lookupKey: "VlocityLookupRecordSourceKey";
          matchingKey: "VlocityMatchingRecordSourceKey";
          sobjectType: "VlocityRecordSObjectType";
          sourceKey: "VlocityRecordSourceKey";
      }
    • ReadonlyVlocityLookupMatchingKeyObject: "VlocityLookupRecordSourceKey"
    • ReadonlyVlocityMatchingKeyObject: "VlocityMatchingRecordSourceKey"