How to hide Cancel button (UI Page) - Glide OverLay

Elton2
Tera Contributor

Hi everyone, how are you?!

 

I am using Glide Overlay to render a search, this Glide OverLay uses a UI page. I just want to Hide or Remove the “Cancel” and “Save” Button (print_1),

We create a Script Include with a variable URL that receives:

 

url = 'assess_take.do?sysparm_assessable_sysid=' + grAsmtInst.sys_id.toString() + '&sysparm_assessable_type=' + grAsmtInst.metric_type.toString();

 

This “asses_take” is a UI Page that has the “Save” and “Cancel” button, but even though I removed them, the “Save” and “Cancel” buttons did not. (print_2)

 

Does anyone have any suggestions or tips on how to hide these buttons.

 

Thank you so much!

1 REPLY 1

Harshal Nirmal
Tera Contributor

same issue i m facing anyone have suggestion