UI Policy not working on Load
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2024 10:47 AM
I created a UI Policy to have a field show up if a checkbox is marked True. However, it is not working On Load, it is only working if you make a change to the field. On this specific record producer, we keep the employee's answers from the last time they filled it out, so it is possible the checkbox could start "True". Is there a way to get the field to show up if the box is already checked when the form loads?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2024 07:11 AM
Hello @Rylie Markle ,
I wonder why your script logic is written in Execute if false? Why not 'Execute if true'? Can you make a change and try?
Let me know if issue still occurs.
Kindly mark this as Accepted Solution/Helpful if applicable.
Regards,
Shubham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 05:09 AM
@ShubhamGarg - should I just move the script to Execute if True? Or do I need to change what the script says?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 05:11 AM
@Rylie Markle , Yes move the script to 'Execute if True' and test.
Let me know if it works.
Regards,
Shubham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 06:04 AM
@ShubhamGarg I just switched it and it's still working the same way. Below is what the page looks like On Load.