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

    Class OmniStudioConverter

    Index

    Constructors

    Properties

    logger: ILogger = ...

    Methods

    • Converts a given record to a specified type using OmniStudio runtime mappings.

      Parameters

      • sobjectType: string

        The SObject type of the record.

      • record: object

        The record to be converted.

      Returns { attributes: { type: string } }

      • Throws an error if no OmniStudio runtime mappings are found for the given SObject type.