Creates and returns a new action object that represents a confirmation message action generated by the specified field.
This function is commonly used in scripted actions. It should be used in preference to .utilCreateAction when only a confirmation message is needed.
Executed
Server-side only.
Arguments
Arguments | Type | Description |
---|---|---|
fieldName | String, required | The field name |
message | String, required | The confirmation message |
Returns
Object
Example
For a worked example, see the Form Action Fields and Scripted Actions knowledgebase article.
Last modified on March 09, 2020