onspring-api-sdk
    Preparing search index...

    Class Record

    Record - A record in an app.

    Index
    • Parameters

      • appId: number

        The id of the app that the record belongs to.

      • recordId: number | null

        The id of the record.

      • fieldData: RecordValue<any>[] = []

        The data for the fields in the record.

      Returns Record

      • A new instance of Record.
    appId: number
    fieldData: RecordValue<any>[]
    recordId: number | null
    • Parameters

      • fieldData: RecordValue<any>

        The value to add to the record.

      Returns void

      addValue - Adds a value to the record.

    • Parameters

      • fieldData: RecordValue<any>[]

        The values to add to the record.

      Returns void

      addValues - Adds values to the record.

    • Returns SaveRecordRequest

      • A SaveRecordRequest.

      convertToSaveRecordRequest - Converts the record to a SaveRecordRequest.