- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2019 10:58 PM
Dear all,
is it possible to show a record producer in a popup window ?
thanks for help
regards
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2019 02:12 AM
I find it out, it need to creat an Iframe and push the url in.
https://community.servicenow.com/community?id=community_question&sys_id=19c3ef69dba4530058dcf4621f961931
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2019 11:33 PM
I was able to to use the GlideModalForm in my case and then pass a simplify view of my record as parameters.
But trouble I have is that I need to do the following :
1 - If user press the X close button, is there a way to catch that button click event in my UI page script ?
2 - I have add a cancel button, where when user press it I need to close the Dialog in same way user press the X button using the sample as seen in servicenow community like :
DialogWindow.get().destroy()
But this does not work, the form get still open and previous url gets seen in that form
So do you have any idea how to :
- catch the X close button onClick event in my script
- close the dialog form
thanks for help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2019 11:18 PM
Hi,
That is what is UI Page.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2019 11:26 PM
Yes I know but is there a way to display a record producer in similar way has a UI page ?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2019 11:40 PM
Idea is that I have a UI action button name "New User", and I would like to display in a popup the record producer.
is tehre a way to do this ?
thnaks for sample
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2019 02:12 AM
I find it out, it need to creat an Iframe and push the url in.
https://community.servicenow.com/community?id=community_question&sys_id=19c3ef69dba4530058dcf4621f961931