*Unable to execute UI Action because user does not have permission to create current record

Debasis Pati
Tera Guru

From change_request record there is a related list to add request items when clicked on edit button getting this error.

 

which table acls i need to check in order to get this? sc_req_item or change_request table acls?

 

Regards,

Debasis

 

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@Debasis Pati 

check if user has create access on RITM table

Also check which field on RITM is used to hold the CHG.

I believe it must be parent field

Ensure user has write access to parent field on RITM table

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

6 REPLIES 6

KP28
Tera Guru

I also have the same issue with RITM related list on Change request table. We ended up creating new create ACL on sc_req_item table to solve the issue. Anyone knows the reason behind the need for create ACL when we're just writing to parent field?

Ram Padte
Tera Contributor

Exactly the same issue after Utah upgrade. Something changes in utah release. We now need to give create access on table to allow user to relate the records. Giving create access may not be the best solution.