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

    Interface OmniScriptElementRecord

    interface OmniScriptElementRecord {
        active: boolean;
        description?: string;
        id: string;
        level: number;
        name: string;
        omniScriptId: string;
        order: number;
        parentElementId?: string;
        propertySet: Record<string, unknown>;
        sObjectType: string;
        type: string;
        uniqueIndex?: string;
        vlocityRecordSourceKey?: string;
    }
    Index

    Properties

    active: boolean
    description?: string
    id: string
    level: number
    name: string
    omniScriptId: string
    order: number
    parentElementId?: string
    propertySet: Record<string, unknown>
    sObjectType: string
    type: string
    uniqueIndex?: string
    vlocityRecordSourceKey?: string