- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 07:22 PM
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,
UI Page:
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
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 08:57 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 08:24 PM
HI,
For this you will have to Use IFRAMES in UI Page.
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 08:41 PM
Thank you Ashutosh, I will investigate IFrame script usage in UI Page for next step.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 08:57 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2018 09:13 PM
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>