Forum Discussion
Nathan_H_
4 years agoIdeator I
Not sure if this will help, but on some of our methods we have a couple of lines that set permissions before doing anything else. If you get this working, I would love to know how.
C# Method
s_Daemon is an Identity that was set up prior to me. It is supposed to be similar to the Aras PLM Identity.
Aras.Server.Security.Identity s_Identity = Aras.Server.Security.Identity.GetByName("s_Daemon");
Boolean PermissionWasSet = Aras.Server.Security.Permissions.GrantIdentity(s_Identity);
- Morgan4 years agoIdeator I
I thought about this but I am testing using an admin account and the Workflow Process Path already has Can Add for Administrators, and even World so I am not sure what else is preventing the permissions.