Optional
name?: stringHuman-readable name of the record.
Optional
uri?: stringRecord's URI available in a browser.
Optional
iconUri?: stringRecord's icon.
Optional
fields?: Record<string, any>Record's fields.
Optional
udm?: stringUnified Data Model this record is transformed to.
It is string
and not UDM
type to avoid nasty problems with mismatched SDK versions in different parts of the system.
(as soon as one SDK version has a new value in UDM, all other instances of SDK should have the same).
(alternatively it could be solved by making SDK into peer dependencies - we may have to do it later)
Optional
unifiedFields?: Record<string, any>Fields of Unified Data Model associated with the record.
Optional
rawFields?: Record<string, any>Original fields coming from the source, before any mapping happens.
Optional
createdTime?: stringOptional
updatedTime?: stringOptional
deletedTime?: stringOptional
createdById?: stringOptional
updatedById?: stringUnique record id
Optional
name?: stringHuman-readable name of the record.
Optional
uri?: stringRecord's URI available in a browser.
Optional
iconUri?: stringRecord's icon.
Optional
fields?: Record<string, any>Record's fields.
Optional
udm?: stringUnified Data Model this record is transformed to.
It is string
and not UDM
type to avoid nasty problems with mismatched SDK versions in different parts of the system.
(as soon as one SDK version has a new value in UDM, all other instances of SDK should have the same).
(alternatively it could be solved by making SDK into peer dependencies - we may have to do it later)
Optional
unifiedFields?: Record<string, any>Fields of Unified Data Model associated with the record.
Optional
rawFields?: Record<string, any>Original fields coming from the source, before any mapping happens.
Optional
createdTime?: stringOptional
updatedTime?: stringOptional
deletedTime?: stringOptional
createdById?: stringOptional
updatedById?: stringOptional
_variablesSchema: any
Unique record id