Business rule OR Client script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2023 08:42 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2023 05:17 AM
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/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-22-2023 06:54 AM
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!