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

    Interface ConversationRecordLookup

    interface ConversationRecordLookup {
        conditions?: ConversationRecordLookupCondition[];
        filterLogic?: string;
        lookupFields?: ConversationRecordLookupField[];
        maxLookupResults: number;
        SObjectType: string;
        sortFieldName?: string;
        sortOrder?: SortOrder;
        sourceVariableName?: string;
        sourceVariableType?: ConversationVariableType;
        targetVariableName: string;
    }
    Index

    Properties

    filterLogic?: string
    maxLookupResults: number
    SObjectType: string
    sortFieldName?: string
    sortOrder?: SortOrder
    sourceVariableName?: string
    sourceVariableType?: ConversationVariableType
    targetVariableName: string