cancel
Showing results for 
Search instead for 
Did you mean: 

Setting workflow for approve and reject in zprogram

Former Member
0 Kudos

Hi Experts,

My Requirement is Channel Head sends workitem simultaneously to 5 departments to make inputs in ztransaction.

When all departments makes ips in ztransaction again workitem is send to channel head for approval.Now approve and reject buttons are in ztransaction.I am not using workflow user decision. If channel head approves it goes to COO for approval.If he rejects and will select departments in ztransaction to which workitems will be sent to make suitable changes in ztransaction.

1.How will approve and reject actions in ztransaction will flow in workflow ?

2.How can workitems be send only to departments selected by channel head through ztransaction?

3.Should i create another workflow for approval and until loop for rejection?

Please suggest.

Regards,

Kaustubh.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can make use of some flag that gets populated according to approve or reject option.

After the actoivity step you can check this flag in workflow container and accordingly design the respective path.

Thanks

Arghadip

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

1.How will approve and reject actions in ztransaction will flow in workflow ?

Capture the Approve and Reject action from Ztransaction into a variable and then use it in workflow for further decision and processing.

2.How can workitems be send only to departments selected by channel head through ztransaction?

Based on the departments selected by channel head through Ztransaction, select the users or user group or distribution list and then send the workitem to them.

3.Should i create another workflow for approval and until loop for rejection?

You can carry the same workflow, until it reaches the logical end.

Regards,

Niraj