Support Article
Flow action does not launch on button click
SA-51145
Summary
Flow action does not launch on button click.
Error Messages
** ** @hasMessages(Primary) && @isPageLocked(tools, Primary) && Param.bIsModal != true && param.StreamType!="NO_UI" && param.Submit_NOUI != true null
Steps to Reproduce
- Create a button which launches a read-only harness
- Create a grid and source this grid from a read-only data page
- Create a button inside the grid and OnClick configure 'Open Local action' to launch flow action
- Click the button. The flow action does not launch
Root Cause
The 'Disable Work Processing' option is not checked in the Local Action setting.
During runtime, the Grid copies the row page to a new thread. Since the read-only data page cannot be copied, this results in an exception.
Resolution
Perform the following local-change:Select the 'Disable work Processing' option in the Local Action configuration.
Published March 17, 2018 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.