FieldWriteOptions class - iOS
The FieldWriteOptions class provides functions that set the options for updating or creating fields in a record on a ServiceNow instance.
| Name | Type | Description |
|---|---|---|
| rawValue | Integer | Result of the bitwise operation of the suppressAutoSysField and the treatInputValuesAsDisplayValues properties. |
| suppressAutoSysField | Boolean | Flag that indicates whether to suppress the automatic generation of system
fields. Possible values:
Default: false |
| treatInputValuesAsDisplayValues | Boolean | Flag that indicates whether to set field values using their display value rather
than the actual value. Possible values:
Default: false |