We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

What business rules can do without scripting?

shiva ram
Kilo Contributor

Like UI policies, what business rules can do without writing the Script?

1 ACCEPTED SOLUTION

cx2162
Tera Guru

UI Policies are client side and Business Rules run on Server Side

Usually we write script for several actions like before/after insert/update, query business rule, display BR etc.

But as per your question - we can set field values and abort record insertion/updation action, add messages

find_real_file.png

View solution in original post

1 REPLY 1

cx2162
Tera Guru

UI Policies are client side and Business Rules run on Server Side

Usually we write script for several actions like before/after insert/update, query business rule, display BR etc.

But as per your question - we can set field values and abort record insertion/updation action, add messages

find_real_file.png