Dear All,
I created the Leave Request Workflow.
Employee will apply the leave request then it will go to the manager for his approval.
After manager approves the leave then it will goto the HR for his approval.
In our system the functional consultant created the HR pool. The object type is 'Y2' and the object id is '50003950'. In this HR pool all the HR's are attached in this pool. So that any one of the HR can access the workitem and approve or reject the workitem.
For this I created the rule. In the rule I wrote the below mentioned code.
actor_tab-otype = 'Y2'.
actor_tab-objid = '50003950'.
APPEND actor_tab.
I assigned this rule in the agent assignment.
The Request is going to all the individual HR's inbox. But the Request is not going to the HR Workoverview. Which is the common HR pool for all the HR who all are attached with the HR pool.
My requirement is after Manager's Approval the workitem should go to the HR Pool. Can anyone help me to achive this requirement.
Thanks & Regards,
Ashok.