There is a field on a form you applied client script to make that field invisible then apply UI policy to make it visible? What will be the output ?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2019 05:57 AM
There is a field on a form you applied client script to make that field invisible then apply UI policy to make it visible? What will be the output ?
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2019 04:24 PM
Based on what runs 1st. mostly it's controlled by order of script.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2019 04:30 PM
If you have applied client script onload then 1st it will hide field and UI policy will make this field visible.
*** UI Policies execute after Client Scripts. If there is conflicting logic between a Client Script and a UI Policy, the UI Policy logic applies.******