Question
Bits in Glass
IN
Last activity: 28 Mar 2019 10:41 EDT
How to avoid Pop Up message for Required fields validation on click of local action button
Hi,
I am having requirement as there will be one button on pyCaseHeader. On click of that button we are launching local action and displaying options for routing either to workbasket or to operator and Customized buttons as ok and cancel.
The moment when I click on OK, it is showing validation message for required UI fields(Attached screenshot). But as per my requirement, that Pop-Up should not appear.
Please help me for solving this issue.
Thanks
Hemalatha
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Hi ,
Is there any validation kept on any field or at flow action. Also check for the harness level error on the harness rule (under the display option tab).
If this is not helping then share the screenshot of complete design(Flow , Flow action and launch modal configurations and complete details about the modal dialog) and the version of the pega.
Also check this :
Bits in Glass
IN
Hi,
Provided information is not related to my requirement. Herewith I am attaching Configuration Document. Please go through it and let me know your thoughts.
Thanks
Hemalatha
Bits in Glass
IN
Hi,
Is anyone there to help me by resolving issue?
Thanks
Hemalatha
Pegasystems Inc.
US
Can you try to Disable Client-Side Validation at the harness level and check if the same issue still comes up? Also, can you please tell me which version it is? I will try the same at my end and will update you.
Bits in Glass
IN
Hi,
If I remove client side validation check box in Harness level, my scenario will be worked but for application flow it should show that Pop up message whenever end-user tries to submit the flow without filling mandatory fields. So this is not the solution for my problem.
We are using pega 7.2 version.
Thanks
Hemalatha
Pegasystems Inc.
US
So, in other scenarios, you would like to have a pop-up message, but only in this case, you do not want to show pop up. Am I correct?
Bits in Glass
IN
Exactly.
Pegasystems Inc.
US
I am not sure if that would be possible unless we replace the Harness dynamically.
Bits in Glass
IN
Thank you for your suggestions, but it does not justify my issue. Need an alternate approach to resolve this issue.
Bits in Glass
IN
Is there any updated on this issue?
Thanks
Hemalatha
Pegasystems Inc.
IN
HI Hemalatha,
As you have ypur own buttons then , on clcik of the ok button call the disable client validation (using run script ) and then your functionality (save or finish assignment) and then after that again run a script and enable the client side validation.
Hope this helps you.