VBCS and PCS integration
Content
Created a PCS application with two swimlanes (Employee & Manager). Employee can initiate the process and Manager can approve/reject the task.
Created a VBCS application and integrated with above PCS application. On a webpage there are two tabs(Initiator and Approver). On the Initiator page, Employee can put same data and on button click process will be kicked off. On the Approver tab, a table is attached with process task where Manager are allowed to see all the task and can take actions(Approve/Reject) for corresponding task.
On the Initiator page, a table is dropped and I want user to see only the task assigned to him.
0