write ACL is not working in API call

priyanka1028
Tera Contributor

Hello All,

 

I have created Write ACL on SC Task Table for all the fields to restrict editability of SC Task form , Form should be editable to only the specific role like ITIL, but when user is trying to add attachment through API call with proper ITIL role they are getting error like "user is unauthorized to write to table : SC_Task".

 

Can anyone help me with this issue?

2 REPLIES 2

Mark Manders
Mega Patron

Attachments are added to the sys_attachment table. Do you have any restrictions there on this user?


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

I have restricted SC Task form fields only, user can able to attach other tables but getting error for SC Task table.