Hide ACL error message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 08:21 PM
Hello,
When a read only user opens the certification task, the users sees a three error messages. Can these messages be removed?
Appreciate with the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 08:25 PM
That is because there is a 'Read' ACL on certificate task table with a role in it.
If the user is not having that role then this error message will be shown.
> Open ACLs and check Read ACLs on certificate task table.
> Check for Roles in it and give the role to required users.
Regards,
Shyamkumar
Regards,
Shyamkumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 08:29 PM
HI @Vinay49 can you check read ACL on the table, the error says user donot have read permission, update the ACL to allow the user to read the records, you need to check the roles. I think the user who is trying to access donot have read permission
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 08:34 PM
Hi Harish,
Yes, We have ACLs on the table which restrict user. I understood That. However can we hide those error message for that user without touching ACL's.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 10:21 PM
Hi @Vinay49 no not possible to modify without touching OOB ACL, You would need to grant access to the User or error will display. If you want to modify system property as suggested then it will apply for the entire platform which I will not recommend since error messages are displayed to tell User you are not allowed to view the records
Harish