Hello,
I want to hide enable certain fields in the approval task response based on the what you set in approval task in workflow.
Basically I need to read something from activity validation in the - Task approval (xtk) xtk taskWizard
so I can hide or show certain approval options
thanks for any advice, workaround
Marcel
Solved! Go to Solution.
Views
Replies
Total Likes
I think I have it. Ineed to implement another schema method that will get me the field. Something similar what it is done with the task validation params.
<enter> <soapCall name="GetValidationParameters" service="xtk:workflow"> <param exprIn="[@workflow-id]" type="string"/> <param exprIn="@taskIdentifier" type="string"/> <param type="DOMElement" xpathOut="/ignored/parameters"/> </soapCall> <set value="" xpath="/ignored/@value"/> </enter>
I have created wrapper to the function above that additionally looked up for the checkbox value saved under the particular workflow activity and saved it in the parameters. Which I reused to display entire section in the taskApproval form.
I think I have it. Ineed to implement another schema method that will get me the field. Something similar what it is done with the task validation params.
<enter> <soapCall name="GetValidationParameters" service="xtk:workflow"> <param exprIn="[@workflow-id]" type="string"/> <param exprIn="@taskIdentifier" type="string"/> <param type="DOMElement" xpathOut="/ignored/parameters"/> </soapCall> <set value="" xpath="/ignored/@value"/> </enter>
I have created wrapper to the function above that additionally looked up for the checkbox value saved under the particular workflow activity and saved it in the parameters. Which I reused to display entire section in the taskApproval form.
Thanks @Marcel_Szimonisz for sharing the solution, and being immensely resourceful to the Community.
Views
Replies
Total Likes
Views
Likes
Replies