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

    Interface OmniDataTransformRecord

    interface OmniDataTransformRecord {
        batchSize?: string | number;
        description?: string;
        expectedInputJson?: DataMapperJsonValue;
        expectedInputOtherData?: string;
        expectedInputXml?: string;
        expectedOutputJson?: DataMapperJsonValue;
        expectedOutputOtherData?: string;
        expectedOutputXml?: string;
        globalKey?: string;
        id?: string;
        inputParsingClass?: string;
        inputType?: string;
        isActive?: boolean;
        isAssignmentRulesUsed?: boolean;
        isDeletedOnSuccess?: boolean;
        isErrorIgnored?: boolean;
        isFieldLevelSecurityEnabled?: boolean;
        isNullInputsIncludedInOutput?: boolean;
        isProcessSuperBulk?: boolean;
        isRollbackOnError?: boolean;
        isSourceObjectDefault?: boolean;
        isXmlDeclarationRemoved?: boolean;
        name?: string;
        namespace?: string;
        omniDataTransformItem?:
            | OmniDataTransformItemRecord
            | OmniDataTransformItemRecord[];
        outputParsingClass?: string;
        outputType?: string;
        overrideKey?: string;
        preprocessorClassName?: string;
        previewJsonData?: DataMapperJsonValue;
        previewOtherData?: string;
        previewSourceObjectData?: string;
        previewXmlData?: string;
        requiredPermission?: string;
        responseCacheTtlMinutes?: string
        | number;
        responseCacheType?: string;
        sourceObject?: string;
        synchronousProcessThreshold?: string | number;
        targetOutputDocumentIdentifier?: string;
        targetOutputFileName?: string;
        type?: string;
        uniqueName?: string;
        versionNumber?: string | number;
        vlocityRecordSObjectType: string;
        vlocityRecordSourceKey?: string;
        xmlOutputTagsOrder?: string;
    }
    Index

    Properties

    batchSize?: string | number
    description?: string
    expectedInputJson?: DataMapperJsonValue
    expectedInputOtherData?: string
    expectedInputXml?: string
    expectedOutputJson?: DataMapperJsonValue
    expectedOutputOtherData?: string
    expectedOutputXml?: string
    globalKey?: string
    id?: string
    inputParsingClass?: string
    inputType?: string
    isActive?: boolean
    isAssignmentRulesUsed?: boolean
    isDeletedOnSuccess?: boolean
    isErrorIgnored?: boolean
    isFieldLevelSecurityEnabled?: boolean
    isNullInputsIncludedInOutput?: boolean
    isProcessSuperBulk?: boolean
    isRollbackOnError?: boolean
    isSourceObjectDefault?: boolean
    isXmlDeclarationRemoved?: boolean
    name?: string
    namespace?: string
    omniDataTransformItem?:
        | OmniDataTransformItemRecord
        | OmniDataTransformItemRecord[]
    outputParsingClass?: string
    outputType?: string
    overrideKey?: string
    preprocessorClassName?: string
    previewJsonData?: DataMapperJsonValue
    previewOtherData?: string
    previewSourceObjectData?: string
    previewXmlData?: string
    requiredPermission?: string
    responseCacheTtlMinutes?: string | number
    responseCacheType?: string
    sourceObject?: string
    synchronousProcessThreshold?: string | number
    targetOutputDocumentIdentifier?: string
    targetOutputFileName?: string
    type?: string
    uniqueName?: string
    versionNumber?: string | number
    vlocityRecordSObjectType: string
    vlocityRecordSourceKey?: string
    xmlOutputTagsOrder?: string