Can we pop-up a confirm box using business rule?

Srikanth Buddep
Tera Expert

I had 2 tables table1 and table2, i had a business rule on table 1 which inserts a record in table 2 based on the fields selected in table1. So on table 2 i need to have a business rule which should pop-up a confirm box to the user based on a particular field. So is there any possibility to show a confirm box to the user using a business rule instead of client script?

2 REPLIES 2

gaidem
ServiceNow Employee
ServiceNow Employee

Based on what I read, you best bet is to create a client side UI Action.


adiddigi
Tera Guru

Hi,
We cannot do it as a Business rule is a Server side code, and pop up runs on client side. May I know your requirement? So that we can come up with something else similar.

Thanks