After Field Edit Trigger

The After Field Edit trigger is a client trigger and executes after a user completes changes to a field on a record form. After Field Edit is a client trigger because it occurs during the edit of a record during the time that it is loaded in the browser. After User Edit only occurs after the edit of a field on a record form when the record is in a state.

When you use the After Field Edit trigger for an action, you must also identify the name of the client field in the Client Fields multi-select box for the action. This identifies the fields that, if changed, change the values of other fields. For more information about using the Client Fields property on actions, see Creating an Action and Using Conditional Fields with Actions.

The following diagram shows common record edit events and when the After Field Edit trigger executes:

A diagram showing common record edit events and when the After Field Edit trigger executes.

Use this trigger to set field values based on the values of other fields changed by the user. For a list of all the actions that support this trigger, see Workflow Triggers Quick Reference.

After Field Edit Trigger Example

The following screenshot shows a Set Field Required action used to set the Emergency Reason field to required if the value selected for the Urgency field is Emergency:

An example of a workflow where the Set Field Mandatory action is used to set the Emergency Reason field to mandatory if conditions are met.

After Field Edit Trigger Guidelines

Important:

Use the following guidelines when using the After Field Edit trigger.

Related Topics

Server Triggers Reference
Triggers Reference
Workflow Triggers Quick Reference
Client Triggers
SuiteFlow Trigger Execution Model

General Notices