cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Group (of users) as approver

Former Member
0 Kudos

Hi Expert ,

I am developing CLM workflow in which i want to write code to add group as Approver and all the user in that goup should be added as approver.

Could you please help me with code.

Thanks ,

PAvan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In the workflow, you can use the following method to add a group as approver:

addApprover(principal, rule);

principal: must be an instance of an ObjectReferenceIfc that refers to a GroupIBeanIfc or a UserAccountIBeanIfc

rule: controls whether all approvers must approve or any of the approvers can approve the activity (instance of CollaboratorApprovalRuleType)

Rule can be:

0 = only 1 person in the group must approve

1 = all must approve

Edited by: Bram Purnot on Jan 24, 2011 1:54 PM

Answers (0)