Pop up message Display

sam352120
Kilo Guru

How to display a pop up message through a business rule??

1 ACCEPTED SOLUTION

Mihir Mohanta
Kilo Sage

It is not possible to display pop up window using business rule as it runs in server side.


You can get Info message or Error message by using gs.addInfoMessage() or gs.addErrorMessage() .


For more details please follow link


Scripting Alert, Info, and Error Messages - ServiceNow Wiki.


View solution in original post

11 REPLIES 11

to me, it sounds more like a confirmation message... popups are annoying and since your intention is to "inform" a user of something, gs.addInfoMessage presents itself as an ideal solution -> a message to inform....


This might be the solution to your problem:


http://www.evanios.com/site/servicenow_popup_alert_box_business_rule/



Altough this is not really best practice, this should work for you.