Using localAction with replaceCurrent and modalDialog
You can use localAction
in your applications using Dev Studio, but the Traditional Starter Packs do not currently support post-processing with the replaceCurrent
and modalDialog
actions. However, there are some behaviors using these actions that you can configure only using the Traditional Starter Packs. Both aspects are described in the following tables.
Behavior when using modalDialog
Behavior | Description | Pega Platform | DX Starter Packs |
---|---|---|---|
Post processing | Executes post processing configured in the flow action on Submit | Supported | Not supported |
Field limit | Limits fields to those in the main flow action | Not supported | Supported |
Value commit | Commits values upon submitting the action | Not supported | Not supported |
Behavior when using replaceCurrent
Behavior | Description | Pega Platform | DX Starter Packs |
---|---|---|---|
Post processing | Executes post processing configured in the flow action on Submit | Supported | Not supported |
Field limit | Limits fields to those in the main flow action | Not supported | Supported |
Value commit | Commits values upon submitting the action | Supported | Not supported |
Cancel action | Cancelling the action exits case processing | Supported | Not supported (returns to the main flow action) |
Previous topic Supported features Next topic Angular starter pack