- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2014 03:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2014 04:53 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2014 04:53 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2014 05:30 AM
I reckon what we need to ask you is: what are you trying to accomplish ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2014 05:59 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2014 06:01 AM
gs.addInfoMessage() is what you want...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2014 06:08 AM
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 ?????