Workflow Actions Overview
Actions are specific tasks that you add to a workflow’s state. When a record enters a state, the workflow executes the actions as configured. You can use actions in workflows to change record fields and their values, add or remove buttons from a record form, create new records, send email, and more.
Action |
Description |
More Information |
---|---|---|
Add Button |
Add a button to a record form. |
|
Confirm |
Display a popup message with OK and Cancel buttons. |
|
Create Record |
Create a new record. |
|
Go To Page |
Redirect users from a record in a workflow to a specified page in NetSuite. |
|
Go To Record |
Redirect users to a specific record in NetSuite. |
|
Initiate Workflow |
Initiate another workflow instance from the current workflow instance. |
|
Lock Record |
Lock the record for the workflow instance. |
|
Remove Button |
Remove a button from a record form. |
|
Return User Error |
Display an error message to users. |
|
Send Campaign Email |
Send an email as part of a marketing initiative. |
|
Send Email |
Send an email. |
|
Set Field Display Label |
Change the UI label of a field in a workflow or sublist. |
|
Set Field Display Type |
Change the display type of a field. |
|
Set Field Required |
Set whether a record form field is mandatory or not. |
|
Set Field Value |
Set the value of a record field. |
|
Show Message |
Display a message to the user. |
|
Subscribe To Record |
Track a workflow or state field that contains a reference to a record. |
|
Transform Record |
Transform a transaction record instance of one type into a transaction record instance of another type. |
|
Custom |
Define an action with a Workflow action script. |
Related Topics
- SuiteFlow Reference and Examples
- Triggers Reference
- States Reference
- Event Types Reference
- Workflow Templates Reference
- Action Examples
- Transitions Examples
- Condition Examples
- Context Type Examples
- Examples of Event Types
- Workflow Search Examples
- Workflow Actions
- Working with Actions
- Creating an Action