Sunday, 18 October 2009
Update owner in Plugin
Posted on 06:56 by Unknown
Here's a code snippet that will help you to update the owner of a record in a plug-in. This code should run in a POST plug-in:SecurityPrincipal assignee = new SecurityPrincipal();assignee.Type = SecurityPrincipalType.User;// PrincipalId is some known Guid belonging to the user or team that will own this record.assignee.PrincipalId = new Guid("476E234C-5E15-DE11-80BA-000C297AF856");// Create the
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment