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

    Interface VlocityDatapackDefinition

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

    Properties

    datapackType: string

    Type name of the datapack, e.g. VlocityUITemplate

    sobjectType: undefined | string

    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.