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

    Interface VlocityDatapackDefinition

    interface VlocityDatapackDefinition {
        datapackType: string;
        sobjectType: string | undefined;
    }
    Index

    Properties

    datapackType: string

    Type name of the datapack, e.g. VlocityUITemplate

    sobjectType: string | undefined

    Primary SObject type exported for by datapack, e.g. VlocityUITemplate__c. The sobject type can be prefixed with the namespace, e.g. %vlocity_namespace%__VlocityUITemplate__c.

    This property is undefined if the datapack is not linked to a SObject through the primarySObjectType field in the custom metadata record.