Discovery Credentials Security rules

nkarunakar13092
Tera Contributor

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?

 

 

2 REPLIES 2

Najmuddin Mohd
Mega Sage

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.

Adding a 'create' ACL on the child table did not solve the issue.