How to hide Cancel button (UI Page) - Glide OverLay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 04:27 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2025 11:57 AM
same issue i m facing anyone have suggestion