Question

Areteans
IN
Last activity: 8 Mar 2025 6:20 EST
Pega Mobile App: Dynamically Controlling Footer Navigation Visibility on Initial Load
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?
1. Delay the loading of Footer navigation or Refresh the Footer navigation?
2. How does the Footer load? The rules or origin of this?