Hi ppl, How to call a ui page form business rule??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2017 06:00 PM
i'm new to servicenow pls suggest me, How to call a ui page form business rule??
And How to call a ui page formclient script??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2017 08:57 PM
Hi
I dont see any benefit in calling a UI page in a business rule, because all BRs works server side and UI page operates at client.
So I would suggest you to call a UI page from cleint script.
Steps to Casl a UI Page from client script
1. Create a UI page "abc" and put your content in the same
2. Call it via below script:
var gdw = new GlideDialogWindow('abc'); |
Mark correct/helpful if it helps in solving your query
Thanks
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2019 04:32 AM
but i need to autopopulate data from survey ui page to custom table.and the requirement use after insert BR to achieve this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2017 09:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2019 04:44 AM
Hi Sachin,
What is the requirement of opening the UI page from business rule?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader