vlocode-project - v2.4.3
    Preparing search index...

    Interface ObjectMapping

    This file describes the mappings between the Standard Salesforce OmniStudio runtime objects and the Managed package Vlocity objects for OmniScripts.

    interface ObjectMapping {
        datapackType?: string;
        fields: Record<string, string | string[]>;
        postProcess?: (record: Record<string, any>) => void;
        sobjectType: string;
    }
    Index

    Properties

    datapackType?: string
    fields: Record<string, string | string[]>
    postProcess?: (record: Record<string, any>) => void
    sobjectType: string