Hi all,
I have a question about creating permission set. I've read on forums that it is not good to create perm.set with DQL.
I've tried this scenario: Created acl in DA, and than inserted row in dm_acl_r through Database_Write in workflow.
The query is
INSERT INTO dm_acl_r(r_object_id,i_position,i_partition,r_accessor_name,r_accessor_permit,r_accessor_xpermit,r_is_group,r_permit_type) VALUES('45001ed6800029ae',-3,0,'test',7,0,0,0)
After executing this query there is new row in the table.
Is this wrong, because I think this can be used to dynamically assign users to perm.set?
Would there be any problems if I get the workflow's acl and dynamically insert users in it?
Regards