Class SaveRecordRequest

Constructors

Properties

Methods

Constructors

  • Parameters

    • appId: number
    • recordId: null | number = null
    • fields: Map<number, any> = ...

    Returns SaveRecordRequest

Properties

appId: number
fields: Map<number, any>

Remarks

The key is the field id and the value is the value for the field.

recordId: null | number

Remarks

If the record id is not provided a new record will be created. Otherwise, the existing record will be updated.

Methods

  • Returns any