Interface VlocityDatapackDefinition

Hierarchy

  • VlocityDatapackDefinition

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.