Map of choice values to their configuration. Keys are the choice values stored in the database (e.g., 'pending', '100'). Values define the label and optional properties for each choice. When the field has known choices from downloaded dependencies, autocomplete suggests them.
To remove a choice, delete it from this map. The build automatically tracks
removed choices via the keys system and writes removed_choices to the XML payload.
The field name on the table to add choices to
The ServiceNow table containing the target field
Defines a set of choices to add to a ServiceNow table field.
Use this API when adding choices to a field not owned by the current app — for example, a platform field like
operational_statusinherited fromcmdb_ci.For choices on fields owned by the current app, prefer inline choices in the Table API instead.