how to show an existing Record Producer in a UI Page?

georgechen
Kilo Guru

Hi folks, 

 

I am making a UI Action that is used in a form view (sn_sm_finance_request), and the goal I am achieving is to make the UI Action to show an existing record producer.  therefore I have made my UI action,

find_real_file.png

 

UI Page: 

find_real_file.png

 

 

find_real_file.png

The UI page is showing OK, but I will need to display the record producer?   Is this easily achievable?

 

I also came across GlideDialogWindow, GlideModal, and GlideModalV3 and read GlideModalV3 would be the latest version as a replacement, would it be accurate?

 

Any advice would be really appreciated.

 

George

1 ACCEPTED SOLUTION

Perfect.

 

Why Iframes are used is because you can open an external or internal content in that specified sized window. 

For example: you can give Direct URL To that record producer in IFRAMES and that will take you till checkout page and your work will be done.

 

Please mark answer as correct or Helpful.

 

Thanks,

Ashutosh Munot

View solution in original post

5 REPLIES 5

Hello,

I have the same request as yours and implemented it in similar way, but I have notice that when you display the record producer in the IFrame, it display its banner as well inside . is tehre a way to hide the banner of the record producer ?