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

    Interface FlowRecordLookup

    interface FlowRecordLookup {
        assignNullValuesIfNoRecordsFound?: boolean;
        connector?: FlowConnector;
        description?: string;
        elementSubtype?: FlowElementSubtype;
        faultConnector?: FlowConnector;
        filterLogic?: string;
        filters?: FlowRecordFilter[];
        getFirstRecordOnly?: boolean;
        label?: string;
        locationX: number;
        locationY: number;
        name?: string;
        object: string;
        outputAssignments?: FlowOutputFieldAssignment[];
        outputReference?: string;
        processMetadataValues?: FlowMetadataValue[];
        queriedFields?: string[];
        sortField?: string;
        sortOrder?: SortOrder;
        storeOutputAutomatically?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    assignNullValuesIfNoRecordsFound?: boolean
    connector?: FlowConnector
    description?: string
    elementSubtype?: FlowElementSubtype
    faultConnector?: FlowConnector
    filterLogic?: string
    filters?: FlowRecordFilter[]
    getFirstRecordOnly?: boolean
    label?: string
    locationX: number
    locationY: number
    name?: string
    object: string
    outputAssignments?: FlowOutputFieldAssignment[]
    outputReference?: string
    processMetadataValues?: FlowMetadataValue[]
    queriedFields?: string[]
    sortField?: string
    sortOrder?: SortOrder
    storeOutputAutomatically?: boolean