Email to user upon PO approval/reject

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)

1 Like

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.

checked BPM advanced user in User Maintenance

Ah… I’m a MT Cloud user. I don’t have that :frowning:

1 Like
  1. Go to System Management > Business Process Management > Data Directives Maintenance
    image

  2. Click New Standard Directive > Select table POApvMsg
    image

  3. Enter Directive Name, Group and define Scope.
    image

  4. Click Design and Insert Workflow component Condition and Execute Custom Code.
    image

  5. Select Condition and add below lines
    image

  6. Select Custom Code and Click code

  7. Paste below code
    po approval.txt (4.0 KB)

  8. Link Component Start > Condition (True) > Custom Code

Note : - make sure your smtp server details correctly entered and working

3 Likes

Very kind of you to add screenshots like this. Easy to follow. Thank you, Surendrapal.

1 Like

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.