User having access issue to the custom table in custom Application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 07:52 PM
Hi,
I have created a new custom application on my PDI, and I have created a new table from scratch with a couple of new roles and users. Roles are "worker.hr," which will have access to the table and fields on the record as well, but coming to the role "worker.user," who will also have access to the list and records but doesn't have access to a couple of fields, and one more thing is that Admin also doesn't have access to those 2 fields. But I'm impersonating the user who has the role "worker.hr." This user couldn't see the record or any list as well; it's showing security restrictions. I have tried to disable the acl's that are create or write, but still it's showing the same error.
Can anyone help with what went wrong here?
Thanks,
JRY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 09:24 PM
Hi @JRY ,
In order to inherit from the task table and allow users to fully utilize the child table you need to assign the task_editor role to that user as well as the new roles for the child table.
Also, follow the best practice for Managing your custom applications and tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 06:06 AM
Hi Sandeep,
As you mentioned, I assigned a role to the user and impersoanted him. Still, I observe the same issue.