- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 08:27 PM
Dear experts,
I would like to know how do I hide this UI Button "Create from Library" from the control assessment tab.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 10:56 PM
So I have found it in a UI Page where it is stored under advanced_assessment here
I have added syntax to comment it out of the form
<!-- <a id="add_controls" class="action_context btn btn-default" style="margin-left: 10px;" ng-click="addControls()" ng-disabled="assesments.isDisabled" role="button" aria-disabled="{{assesments.isDisabled}}" aria-label="${gs.getMessage('Click to create new controls using control objectives for this entity')}" title="${gs.getMessage('Click to create new controls using control objectives for this entity.')}" ng-if="assesments.canCreateControl && ( control_identification == 1 || control_identification == 3 )"> ${gs.getMessage("Create From Library")} </a> -->
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 10:30 PM
is that a normal form section?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2025 10:56 PM
So I have found it in a UI Page where it is stored under advanced_assessment here
I have added syntax to comment it out of the form
<!-- <a id="add_controls" class="action_context btn btn-default" style="margin-left: 10px;" ng-click="addControls()" ng-disabled="assesments.isDisabled" role="button" aria-disabled="{{assesments.isDisabled}}" aria-label="${gs.getMessage('Click to create new controls using control objectives for this entity')}" title="${gs.getMessage('Click to create new controls using control objectives for this entity.')}" ng-if="assesments.canCreateControl && ( control_identification == 1 || control_identification == 3 )"> ${gs.getMessage("Create From Library")} </a> -->