Hi,
I am new to D2 and trying an option by setting in the ACL a property as reading group name from a register table
$DQL('SELECT group_name FROM dbo.custo_table where ..') and applying WRITE to the property
The ACL is applied to a context but the DQL is not getting resolved. What could be the reason, am I doing something wrong?
How to troubleshoot such problems?
How to manage dynamic groups for ACLs?
If an acl is applied to a context, if no dynamic feature is used then same ACL is applied to all in the context, i;e; it does not create new Acls based on template. Correct?
And with dynamic, does it 1st search whether such a dynamic ACL exists already and if not then only creates a new?
Regards,
Anurag