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 ?

Vishnu31
Kilo Contributor

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

Mike Patel
Tera Sage

Based on what runs 1st. mostly it's controlled by order of script.

Abhay Somani
Mega Expert

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.******