on 2012 Sep 05 10:42 AM
Hey Workflow experts ..
I created a custom workflow to generates an approval decision for any new created PM order which is working fine .
i have 2 small issues one of them is if can i add an option in one of the the User Decisions to display 'to be released order' as one of the decisions (Approve - Reject - Display ) PM order from WF inbox .
The other issue can I stop the user from releasing the order until the Manger approves the created order ? I red something about deletion indicator is it the same thing .
Regards
ABAP
Hi,
You can add outcome to User decision step.
For the 2nd case you can use Wait for Event step before release step in your workflow and trigger event after your manager approve the order in your workflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In response to your first question. The deletion indicator will be set after the rejection, meaning that it will be deleted if rejected. But it will still have posted first. You just need to find the field for the deletion indicator for the BO and do a container operation for it after rejection.
User | Count |
---|---|
69 | |
13 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.