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

    Interface CreateSolutionFromRecordParams

    Create solution from record

    interface CreateSolutionFromRecordParams {
        fieldId: number;
        recordId: number;
        tableId: string;
    }
    Index

    Properties

    fieldId: number

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

    recordId: number

    The unique identifier of the record.

    tableId: string

    The unique identifier (dbid) of the table.