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

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.


Makosko
Tera Expert

I reckon what we need to ask you is: what are you trying to accomplish ?


Hi Maros,



When a request form will be submitted after filling up all the required fields on that form ,The user will check all the


relevant fields and submit the request ,Then a pop up message will appear before him like "Your request successfully submitted".




I:e -- We are designing an Application and this requirement is a part of that.This for your info.




gs.addInfoMessage() is what you want...


But Maros ,


Customer wants to display that pop up window after submitting the request.But gs.addInfoMessage()


is displaying a info message ,But not a pop up window using business rule.



So without using client script ,Is it posiible to do that?? If so   How ?????