Discovery Credentials Security rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 08:16 AM
We created ACLs on the parent table (discovery_credentials) for a custom role, but users are unable to create records in the child table, even though there are no ACLs specific to the child table. They can read and write but cannot create. What could be the possible reason for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 11:44 AM
Hello @nkarunakar13092 ,
If there is No Create ACL on the table, then by default you can cannot create a record.
You need to have atleast one Create, Read, Update and Delete ACL.
Now, you need to create a Create ACL on the table, with the role that you want to associate it with.
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2025 07:55 AM
Adding a 'create' ACL on the child table did not solve the issue.