Only read access for m2m table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
Hi,
I have requirement that only read access(u_xyz_use_case_application table) is given to u_xyz_access_imported_data role(Parent role) .Let me elaborate,
u_xyz_use_case_application is the table name(m2m table).------>xyz_application & xyz_usecase.
Role--u_xyz_access_imported_data(parent role)has 11 child roles.
How to provide read access to the m2m table?
Action taken:
Created 4 acls in m2m table
Create- requires admin-u_xyz_use_case_application
update - requires admin-u_xyz_use_case_application
delete - reqiures admin-u_xyz_use_case_application
read- requires u_xyz_access_imported_data-u_xyz_use_case_application
Which is blocking to access the table now due to security constraints??
Could any one suggest fix to provide the access to m2m table,without impacting the inherited table(xyz_application & xyz_usecase) and their other permission.
Thanks in advance.
Regards,
Nithya.
