workflowactionscript
Contains workflow action scripts that automate processes and execute custom logic within NetSuite workflows.
Columns
| Name | Type | References | Description |
| defaultfunction | String | Specifies the default function that this workflow action script will execute when triggered. This function typically contains the primary business logic for the script. | |
| description | String | A detailed explanation of the purpose of this workflow action script. This can include information about what processes it automates or how it integrates with other scripts. | |
| externalid | String | A unique identifier for this workflow action script that can be used to reference it externally, such as through integrations or API calls. | |
| isinactive | Boolean | Indicates whether this workflow action script is currently inactive. If the value is 'true', the script will not execute as part of the workflow. | |
| name | String | The name assigned to this workflow action script. This name is used to identify the script within the NetSuite environment. | |
| notifyadmins | Boolean | Determines whether administrators should receive notifications when this workflow action script is executed. Useful for tracking script activity and errors. | |
| notifyemails | String | A list of email addresses that should receive notifications when this workflow action script runs. Multiple addresses are separated by commas. | |
| notifygroup | String | The identifier of a NetSuite user group that should receive notifications regarding the execution of this workflow action script. | |
| notifyowner | Boolean | Indicates whether the owner of the workflow action script should be notified when the script executes. Helps script owners stay informed about script activity. | |
| notifyuser | Boolean | Specifies whether the user who initiated the workflow action should receive notifications about the script's execution. Useful for providing execution feedback. | |
| owner | String | The owner of this workflow action script, typically a NetSuite user responsible for maintaining and updating the script. | |
| returnrecordtype | String | Defines the type of record that this workflow action script returns. Helps determine how the script interacts with NetSuite records. | |
| returntype | String | Specifies the expected data type of the value returned by this workflow action script. Ensures compatibility with calling scripts or processes. | |
| scriptfile | String | The file associated with this workflow action script, containing the script's source code. This file is stored in the NetSuite file cabinet. | |
| scriptid | String | A unique internal identifier for this workflow action script, used for referencing the script programmatically within NetSuite. | |
| scripttype | String | Indicates the type of script this workflow action script represents, such as a user event script, client script, or scheduled script. |