I have a requirement to show/ hide Menu(s) on the initial load of the Pega mobile application dynamically.
Configuration:
#1 WHEN rule on the Desired Menu rule to conidtionally show/ hide based on a condition (Lets say pxRequestor.pyTempTrueFalse = true)
#2 Userworkform - Dynamically set the pxRequestor.pyTempTrueFalse = true. Note: This is just an example of setting a property from UserWorkForm. In real-time we get details from the Custom module plugin and set the values onto a page.
Observed that, the footer Navigation Rule is loaded first even before the UserWorkForm. As a result, the requirement to hide/ show the relevant Menu doesn't work as expected.
Is there any way to achieve this?
Delay the loading of Footer navigation or Refresh the Footer navigation?
How does the Footer load? The rules or origin of this?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744896674a4599737.html
评论列表(0条)