- 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
‎03-02-2018 08:58 AM
There should be some out of the box on Global table. I think I'd copy one of those and then add to it if you need too. Speaking of, still don't understand why the global ones don't show on your list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2018 09:06 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2018 09:30 AM
How did you create the Related List? Did you use Relationship?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 03:48 AM
Correct. I used a relationship.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2018 05:23 AM