QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Interface ExportSolutionToRecordParams

    Export solution to record

    interface ExportSolutionToRecordParams {
        fieldId: number;
        solutionId: string;
        tableId: string;
    }
    Index

    Properties

    fieldId: number

    The unique identifier (fid) of the field. It needs to be a file attachment field.

    solutionId: string

    The unique identifier of the solution.

    tableId: string

    The unique identifier (dbid) of the table.