How to hide the 'Close' button when calling the UI Page from Agent Workspace
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 06:00 PM
Hi All,
I am calling UI page from Agent workspace UI action using the below sript its working fine but additonaly its showing one CLose button how to hide that .?
var ui_page_id = '25cc636d870c06901c01c9580cbb351e';
g_modal.showFrame({
url: '/ui_page.do?sys_id=' + ui_page_id,
title: 'Select Item to submit',
size: 'm',
height: 100
});
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 02:07 PM
Hi, were you able to get this done? I am getting the same 'Close' button in the footer of my showframe. Could you please share how you achieved this.