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

Ashutosh Munot1
Kilo Patron
Kilo Patron

HI,

 

For this you will have to Use IFRAMES in UI Page.


Thanks,

Ashutosh Munot

Thank you Ashutosh, I will investigate IFrame script usage in UI Page for next step.

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

Thanks Ashutosh,  it's working after figuring out the iframe in the HTML script

 

<iframe id="expenditure_form" name="gsft_main" src="/ast?id=sc_cat_item${AMP}sys_id=a251287fdb9dcf00b3a4f389bf96191a" width="800px" height="600px"></iframe>