Passing parameters to Create Work Action in a Button
Env: Pega 8.4
Hi There,
I have a Section in class ORG-APP-UI where I defined a Button with an action 'Create Work' on click.
The work is created in class the ORG-APP-Work-MyCase with the flow pyStartCase.
I need to pass the attribute PRN collected from the Section defined in ORG-APP-UI to the pyStartCase (in ORG-APP-Work-MyCase). The Create Work action allows to pass a parameter (if defined in the pyStartCase) but the context of that parameter is not the same of the button (ORG-APP-UI) but the same as pyStartCase (ORG-APP-Work-MyCase).
How can I address my requirement?
Cheers.
***Edited by Moderator: Pallavi to update platform capability tags***