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

    Interface ChangesetSolutionFromRecordParams

    List solution changes from record

    interface ChangesetSolutionFromRecordParams {
        fieldId: number;
        recordId: number;
        solutionId: string;
        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.

    solutionId: string

    The unique identifier of the solution.

    tableId: string

    The unique identifier (dbid) of the table.