We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

How to hide the 'Close' button when calling the UI Page from Agent Workspace

ramesh_r
Mega Sage

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
    });
 
ramesh_r_0-1706666399387.png

 

1 REPLY 1

ShreepriyaC
Tera Contributor

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.