Set Field Value Action

Use the Set Field Value action to set the value in a field in the workflow's base record type and sub types. Typically, this action is used to set the value of a field as a record enters a state.

Note:

Workflow definitions require a trigger configuration that initiates the workflow, executes an action within a workflow or transitions the workflow from one state to another.

Set Field Value Action Parameters

The following table describes the Set Field Value action properties:

Property

Description

Field

Name of the field of the base record type and sub types of the workflow on which to set the value.

Static Value

Set a static value in the field. Use one of the following options:

  • Text: Use for free form text fields. Enter the value in the Text field.

  • Checked: Use with checkbox fields.

  • Selection: Select a value or values from the Selection list. For multi-select fields, this option only applies for new records. See Set Field Value Action Guidelines.

Date

Select a date range when setting a value in a date field.

From Field

Sets, in the selected Field, the value of a different field from the current record, or from a different record using a join.

Set the following options:

  • Record (Join Field): The record from which you will pick the field to get the value to set.

  • Field: The field from which to get the value to set.

Formula

Use the Formula Builder to create a formula used to derive the field value.

For client triggers, use a JavaScript or SuiteScript formula. For server triggers, use an SQL formula. See Defining a Condition with Formulas.

Note:

For more information about adding actions to a workflow, including common action properties and conditions, see Action Conditions and Creating an Action.

Set Field Value Action Guidelines

Use the following guidelines when working with the Set Field Value action.

Related Topics

Workflow Actions Overview
Creating an Action
Workflow Actions
Using Conditional Fields with Actions
Using Conditional Fields with Actions

General Notices