
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2014 12:39 PM
I am unable to see the NEW or EDIT button (UI Action) in a Related List for Data Verification Tasks, checked on ACL and all looks good. This same related list is present in INC, CTASKs and other records working fine, buttons are present. Any ideas why?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2014 07:54 AM
It turned out to be a bug with Service Now, their development team is working on this. Problem was raised and acknowledged in hi.servicenow
The idea was to have Verifications Tasks and have Time Worked related list, in this case the EDIT or NEW button was not showing up as expected.
Any updates I will post here.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2014 12:14 AM
Hi Mariano,
Click on header-->go to personalize->list control
Check if "omit new button and omit edit button" is true, if yes then just uncheck it.
Also check "New roles and Edit roles" if any specific role is defined.
Let me know if you have any questions.
Thanks,
Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2014 12:22 AM
Even if Omit New Button and Omit Edit Button is unchecked, still the Buttons may not be available.
You will have to ensure that you are an Admin to do so, along with that, you will have to check if it is excluded for the admin role(Or any other role for that matter) in the Edit/ New Button script, something like:-
!gs.getUserID().hasRole('admin');

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2014 10:05 PM
I agree with Pradeep's comments. This may also be possible if there are access controls which does not allow to create/write on those records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2014 05:37 AM
Hi Mariano,
Try this out
Click on header-->go to personalize->list control
You can see a button - Enable Edit - click on the button once you click you can able to see Edit button on the related list.
Thanks,
Priyanka