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-04-2023 08:05 PM
as you have mentioned above,
1. read acl what is the field type?
2. what is type of one more acl?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 08:20 PM
1. read acl what is the field type? - Type is record, name is (Program_table) and (None)
2. what is type of one more acl? - Type is record, name is (Program_table) and (*)
Give the program_user for the above two ACL's.
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-04-2023 08:30 PM
soo,
1. read-program table - None
2. write - program table_ *.
is it right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 08:32 PM
@VSN,
yes, that's right.
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 12:35 AM - edited 09-05-2023 12:56 AM
@Siva Jyothi M and i need to make work notes field editable , except work notes field all are read only fileds.