Question
Luminess
FR
Last activity: 11 Oct 2022 11:58 EDT
SubmitModalFlowAction triggered on open of a new element
Hello, I have a page list displayed in a table. This table is configured in Operation as master-details to trigger a flow action in the contexte of my data to update the element (with the edit item action). I use the embeded elsewhere display but it behaves the same with the modal one
The issue is whenever I edit an item, the software try to Submit the previously opened element with the activity SubmitModalFlowAction, and if the validation can't be done he would open my previous element instead of the one I clicked on to edit. Example:
- I have a list .Data() with two elements.
- I edit .Data(1) and save (or cancel my updates), and get back on my main page.
- I click to edit .Data(2), PEGA perform SubmitModalFlowAction in the contexte of .Data(1)
- If the validate rule of the flow action triggers an error it opens .Data(1) instead of .Data(2).
PEGA Version: 8.6.2
***Edited by Moderator Marije to change type from General to Product, added Product details and Capability tags****