Skip to main content
Skip table of contents

field

Defines a field value for a record creation or update operation. This command does nothing by itself - it hasto 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 valueshould 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 shouldbe of a kind matching the field's type - Number values for numerical fields, Date or DateTime valuesfor date(/time) fields, and Strings for most others.

If the resolved value is an empty String and the parent command is update, the value of the the updated field will become null.   

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.