
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 10:26 AM
Hi there,
For some reason on the Change Request related list when adding to the Problem Form shows an Add button.
Can you please let me know how to remove this? There is no Omit Add button:
Any help appreciated
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 12:24 PM
HI,
Did you saw my response? You can just remove once checkbox and you are done. List Banner button checkbox can be made false and if you dont want the button then active = false.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 10:30 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 10:33 AM
Change Below Property from problem,incident to incident
com.snc.task.add_change_request
https://<instance_name>.service-now.com/sys_properties.do?sys_id=270f908c877b13005087af1e36cb0b95

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 12:05 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2020 12:18 PM
Hi Cory,
You cannot remove it from list control, because this is a UI Action.
https://<instance>.service-now.com/sys_ui_action.do?sys_id=2bd010c8877b13005087af1e36cb0b8f
Updating the property com.snc.task.add_change_request from problem,incident to incident will remove add button only on problem table.
This feature will however be available on incident table. This is an OOB functionality.
Changing the UI Action will disable the feature on all the related lists on incident/problem which is more worse.