ACL to access a table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 08:52 AM
1.I have a requirement to create a new user role,(ex: Program_user).
2.the user who is part of program_user role should be able to open and review the program table records.
3.And also program_user sould not be able to edit the fields on program table.
I have to achieve this functionality by using ACL only...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 01:09 AM
@VSN,
1. read-program table - None
2. write - program table_ *. - change this to program table and work notes for write ACL.
Mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 02:01 AM
@Siva Jyothi M after creating read - program table- none all the fields are read only and also i am not able to check work notes field. it is hidden.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 02:16 AM
@VSN, Is the Activity field in the form layout?
Yes, all the will be read only because of the first ACL since you have mentioned earlier all the fields should be readonly and except worknotes.
Have you written the second ACL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 02:31 AM - edited 09-05-2023 02:32 AM
@Siva Jyothi M Activity field is existed in the form layout.
for the first acl i have written all the fields are read only and worknotes is hidden for that user role.it is existed for admins.
and i have create write acl for worknotes but still i can't see the worknots field in the form.
FYI:
Read Acl:
write acl:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 02:37 AM
@VSN,
Can you try writing a specific read ACL on the (program_table) (Worknotes) and provide the role.
Mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.