How could I, with a BPM, or otherwise, notify my PO entry users that their POs have been approved or rejected and the given reason?
Design a workflow in Data Directive(BPM) to achieve this.
Does anyone have examples on this? I’m not sure what field I base the directive off of.
Take a look at the POApvMsg table.
Can you confirm which version you are using I have bpm for this which i can share with you.
We’re cloud, so it would be 10.2.200 I believe
PO Approval V01.bpm (19.9 KB)
did you is the is POApvMsg?
Yes
I get this error when trying to import…
Description: The package selected for import uses restricted BPM functionality. Importing of this package is only allowed to users with BPM Advanced privileges.
Ah… I’m a MT Cloud user. I don’t have that 
-
Go to System Management > Business Process Management > Data Directives Maintenance

-
Click New Standard Directive > Select table POApvMsg

-
Enter Directive Name, Group and define Scope.

-
Click Design and Insert Workflow component Condition and Execute Custom Code.

-
Select Condition and add below lines

-
Select Custom Code and Click code
-
Paste below code
po approval.txt (4.0 KB) -
Link Component Start > Condition (True) > Custom Code
Note : - make sure your smtp server details correctly entered and working
Very kind of you to add screenshots like this. Easy to follow. Thank you, Surendrapal.
Do you have a an example like this but to send a notification to the approver that there is a pending PO for them to review?
I need a BPM that sends a notification to the approver as well. Did this ever get answered?
No not yet unfortunately.
Initially we just tackled this with a BAQ that displayed the POs that required approval, they had it in the corner of a homepage with auto refresh turned on.
If you have Kinetic and have access to Application Studio there are options within there also.
We now have it so that upon approval request an email is sent to the approvers with a link to view the PO, they can click approve or deny within the email.
Once approved a copy of the PO with the digital signature of the approver is emailed to the PO creator and a copy is attached to the PO also.


