openLocalAction
Launches a local action in a modal dialog box in the context of a list item.
Signature
openLocalAction(options)
Returns
Not applicable.
Parameters
Name | Description | Type | Required |
flowAction | Specifies the name of the flow action that the API launches. | String | ✅ |
event | Specifies the event that launches the activity. | DOM event object | ✅ |
onLaunch | Specifies which rows the system refreshes after the flow action ends.
The following values are available:
| Constant | ❌ |
disableWorkProcessing | Specifies whether the system creates an action on a work item on a list
that runs in a temporary work processing thread. The default value is
false . | Boolean | ❌ |
template | Specifies the template for the modal dialog box. The default value is
pzGridModalTemplate . | String | ❌ |
Previous topic launchLocalAction Next topic openURLInWindow