How to place a record producer in a popup window

wakespirit
Kilo Guru

Dear all,

is it possible to show a record producer in a popup window ?

thanks for help

regards

1 ACCEPTED SOLUTION

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

View solution in original post

9 REPLIES 9

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

Hi,


That is what is UI Page.

Thanks,
Ashutosh

Yes I know but is there a way to display a record producer in similar way has a UI page ?

regards

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 

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