NowRecord class - iOS
The NowRecord class defines a model that represents a record in a table on a ServiceNow instance.
| Name | Type | Description |
|---|---|---|
| sysId | String | Unique 32-character Globally Unique ID (GUID) that identifies each record in a ServiceNow instance. |
| fields | Set | Fields within the associated record. |
| id | String | Sys_id of the record. |