• Preparing search index...
  • The search index is not available
vlocode-project - v1.28.1
  • vlocode-project
  • @vlocode/vlocity
  • isDatapackRecord

Function isDatapackRecord

  • isDatapackRecord(data): data is VlocityDatapackLookupReference | VlocityDatapackMatchingReference | VlocityDatapackSObject
  • Determines if the provided data object is a Vlocity datapack record.

    This function checks if the object contains the properties VlocityDataPackType and VlocityRecordSObjectType, which are indicative of a Vlocity datapack record.

    Parameters

    • data: object

      The object to check.

    Returns data is VlocityDatapackLookupReference | VlocityDatapackMatchingReference | VlocityDatapackSObject

    A type predicate indicating whether the object is a Vlocity datapack record.

    • Defined in packages/vlocity/src/datapack/datapack.ts:83

Settings

Member Visibility

Theme

vlocode-project - v1.28.1
  • @vlocode/core
  • @vlocode/omniscript
  • @vlocode/salesforce
  • @vlocode/util
  • @vlocode/vlocity
    • DatapackImportService
    • DatapackInfoService
    • DatapackLoader
    • DatapackUtil
    • VlocityDatapack
    • VlocityInterfaceInvoker
    • VlocityMatchingKeyService
    • VlocityNamespaceService
    • DatapackTypeDefinition
    • ManifestEntry
    • MultipackResource
    • ObjectEntry
    • VlocityDatapackDefinition
    • VlocityDatapackLookupReference
    • VlocityDatapackMatchingReference
    • VlocityDatapackSObject
    • VlocityMatchingKey
    • VlocityDatapackReference
    • VlocityDatapackReferenceType
    • VlocityDatapackType
    • DATAPACK_RESERVED_FIELDS
    • DatapackFields
    • DatapackTypeDefinitions
    • NAMESPACE_PLACEHOLDER
    • NAMESPACE_PLACEHOLDER_PATTERN
    • VlocityDatapackSourceKey
    • getDatapackHeaders
    • getDatapackManifestKey
    • getDatapackTypeDefinition
    • getExportProjectFolder
    • isDatapackRecord
    • isDatapackReference
    • isPartOfDatapack
  • @vlocode/vlocity-deploy