---
sourceDocument: Xanadu API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/api-reference

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# FieldWriteOptions class - iOS

# FieldWriteOptions class - iOS {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The FieldWriteOptions class provides functions that set the options
for updating or creating fields in a record on a ServiceNow
instance.
{#FieldWriteOptionsiOSStruct__table_vx2_klw_5pb__entry__3}

| 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: * true: Suppress automatic generation of system fields. * false: Allow automatic generation of system fields. Default: false |
| treatInputValuesAsDisplayValues | Boolean | Flag that indicates whether to set field values using their display value rather than the actual value. Possible values: * true: Use display value. * false: Use actual value. Default: false |
[Table 1. Properties]

{#FieldWriteOptionsiOSStruct__table_vx2_klw_5pb}

