Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Configure field write options

Within the Mobile SDK, when writing data to a ServiceNow instance through a REST endpoint, you can define field write options.

You configure field write options using the FieldWriteOptions class - iOS structure. This structure enables you to configure:

  • Whether to suppress automatic generation of system fields.
  • Whether to set field values using their display valuedisplay value rather than their actual value.