write ACL is not working in API call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 11:40 PM - edited 08-08-2024 11:45 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 12:02 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2024 12:05 AM - edited 08-09-2024 12:06 AM
I have restricted SC Task form fields only, user can able to attach other tables but getting error for SC Task table.