Business rule OR Client script

yoli1
Tera Contributor

Hello guys, if we have a field in a form for exemple the incident table and we want to change the behavior of a another field in the same form and in the same table based on values we put in the other field. what would be best practice to implement this solution is it business rule or a client script?

6 REPLIES 6

Hi @yoli1 

 

If my answer has helped with your question, please mark my answer as accepted solution.

 

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Karan Chhabra6
Mega Sage
Mega Sage

Hi @yoli1 ,

 

You need to use onChange Client Script for this one and specify the onChange field.

If it is a simpler use-case like making field hidden, read only and mandatory - then you should configure UI policy for that.

 

If my answer has helped with your question, please mark it as correct and helpful

 

Thanks!