vlocode-project - v1.41.2
    Preparing search index...

    Type Alias VlocityDatapackReferenceType

    VlocityDatapackReferenceType:
        | "VlocityLookupMatchingKeyObject"
        | "VlocityMatchingKeyObject"

    Represents the reference type for Vlocity datapacks. It can be either 'VlocityLookupMatchingKeyObject' or 'VlocityMatchingKeyObject'.

    • VlocityMatchingKeyObject is used for parent-child relationships where the reference is expected to be part of the same datapack therefore a lookup isn't required.
    • VlocityLookupMatchingKeyObject is used for external references where the reference is expected to be 1) in a different datapack or not be defined as datapack at all. In both cases a lookup would usually be required. These references usually have the lookup fields defined in the reference object.