PrivatedatapackPrivate ReadonlylocalReadonlyloggerPrivate ReadonlysalesforcePrivategetAll known datapack type definitions: locally registered definitions first followed by the definitions from the org and the built-in definitions.
Gets the datapack info for the specified Datapack type. Returns undefined if no datapack is configured for the specified type, otherwise returns the datapack definition.
OptionaldatapackType: stringDatapack type
Gets the datapack configuration for the specified datapack type, returns undefined if no configuration is found for the type.
Datapack type
Datapack configuration record or undefined if no configuration is found for the type
Gets all datapack configurations defined in the org, returns an empty array if no datapack configurations are found.
Array of datapack configuration records, empty array if no configurations are found
Get the SObject Type and Datapack Type of all datapacks defined in Salesforce through a Datapack Configuration record.
Array of datapack info objects linking datapacks to SObjects
Gets the datapack name for the specified SObject type, namespaces prefixes are replaced with %vlocity_namespace% when applicable
Salesforce object type
Register datapack type definitions from a local source such as loaded export definitions.
Registered definitions take precedence over the datapack configurations in the org and the
built-in definitions, so datapacks resolve to their actual datapack type (e.g. ProductRule)
instead of the generic SObject type when no org configuration exists for the object.
Datapack type definitions registered from a local source (e.g. derived from export definitions); take precedence over the datapack configurations in the org and the built-in definitions.