- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2018 01:31 PM
Missing the EDIT button in a related lists on the CI item. Like to add multiple RITM's to same CI. Checked several locations, list control, ACL's, etc. Can't understand why I can't see the EDIT button only the NEW button. I would like to remove the NEW (list control should do this), but not sure how to add the EDIT button. According to ServiceNow support, this is not OOB and I would need to customize and EDIT button. I have no idea how to do that. Can anyone help?
See pic.
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2018 07:46 AM
I found one more thing that is causing the issue(unable to see Edit button), you can able to see if you can make sure the "Edit" UI Action for the Related table(Related list table) contains some conditions. Make sure the condition field contains only "RP.isRelatedList()". If you remove even this condition it would make the "Edit" button available on normal list view of the table which is in appropriate.
Note: RP, the RenderProperties API provides methods about the current page and is available in Jelly scripts and in UI-action conditions and scripts.
Please hit "Helpful" or"Answered" if it helped you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2018 03:56 PM
Did you try using List Control to add Edit option?
https://docs.servicenow.com/bundle/istanbul-platform-administration/page/administer/list-administration/task/t_ConfigureListControls.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2018 08:29 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2018 08:47 AM
Create a UI action on the table of your related list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2018 08:52 AM