CustomTableRecordDto Data Type

Represents data in custom table - custom entity data stored in a separate table

Implemented Interfaces
Serializable
Properties
name data type description
id number
values map of object
tableName string
display string

Example

{
  "id" : 12345,
  "values" : {
    "property1" : { },
    "property2" : { }
  },
  "tableName" : "...",
  "display" : "..."
}