Hierarchy

  • DatapackInfoService

Constructors

Properties

logger: Logger
salesforce: SalesforceService

Methods

  • Gets the datapack name for the specified SObject type, namespaces prefixes are replaced with %vlocity_namespace% when applicable

    Parameters

    • sobjectType: string

      Salesforce object type

    Returns Promise<undefined | string>

  • Gets the SObject type for the specified Datapack, namespaces are returned with a replaceable prefix %vlocity_namespace%

    Parameters

    • datapackType: string

    Returns Promise<string>