Unable to see NEW or EDIT button in related list.

Mariano Lemus
Kilo Guru

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?

1 ACCEPTED SOLUTION

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.


View solution in original post

13 REPLIES 13

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

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


Subhajit1
Giga Guru

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');


Bhavesh Jain1
Giga Guru

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.


priyadhotre
Kilo Explorer

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