field
Defines a field value for a record creation or update operation. This command does nothing by itself - it has to be a child of either create
, createContentVersion
or update
.
Parent commands
create
Required. Define a field value for the new record.createContentVersion
Optional. Define an additional field value for the created ContentVersion record.update
Required. Define a new value for an existing record's field.
Attributes
name | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | String | Yes |
Defines the name of the field to update. The resolved value should be the API name of a field. |
value | ||
---|---|---|
Required | Value type | EL-evaluated |
Yes | Any | Yes |
Defines the value for the named field. The resolved value should be of a kind matching the field's type - Number values for numerical fields, Date or DateTime values for date(/time) fields, and Strings for most others. If the resolved value is an empty String and the parent command is |