workitem helpurgent pls

hi

Have made a rule named getABCowner which would return all owners (users) who have ABC as resource.

Now this rule is called in a if loop (in the else part)

<block name='setGrantorId' trace='true'>

<set name='grantorId'>

<cond>

<neq>

<ref>grantorId</ref>

<s>unknown</s>

</neq>

<ref>grantorId</ref>

<rule name='RuleLibrary LDAP Search:getABCowner'/>

</cond>

</set>

</block>

now on execution of the else part all the users (i mean the complete list of users) found from the rule should get the next level of approval.

Any idea.

Pls help guys

[747 byte] By [cbsplanet] at [2007-11-26 11:28:38]
# 1
Assuming the rule returns a list. Perform a dolist on the rule result. Check out the user's view. Modify the necessary attributes and check the view in.
ChaseDM at 2007-7-7 3:44:20 > top of Java-index,Web & Directory Servers,Directory Servers...