Question
3
Replies
4700
Views
Posted: September 4, 2015
Last activity: July 21, 2016
Closed
Submit modal flow action and main assignment on click button in modal window.
Hello, I need to submit modal flow action and main assignment on click button in modal window. Anybody knows how I can do it?
Scenario:
1) User press button on main window, modal window appears (flow action)
2) User input some data in modal window and press 'Ok'
3) After that modal flow action should be submitted and main assignment should be submitted too.
on the button that the user clicks in step #1, the first action should be launch local action in a modal window.
Since this is a modal window, the remaining actions in the action set will be blocked until the modal is closed. So if you add the finishAssignment action as the 2nd action, it should be executed when clicking on the OK button of your modal window.