Requisition Entry Ship To Address and Email notifications

Hello Everyone

Just wondering in requisition entry, has anyone created a BPM to populate the plant “Ship To” address based off the plant the user enters the request. This is because we have multiple locations and the system always defaults to the company address only.

Secondly, would it be possible to have an email notification sent to both requester and approver whenever a request is raised and also approved?

Thank you!

For ShipTo address, develop a BPM on Erp,PORel Data Directive to update Erp.POHeader.

For email notification, run the Trace Log to find the BO/Method and develop BPM on Method Directive. Alternatively, develop a BPM on Erp.ReqHead Data directive when the status changes…

Hi Arul, the directives you mentioned were for PO. Does it apply the same for Requisition Entry as well? Sorry, i am quite new to this program

The Erp.PORel table has Requisition Number and Line. Use that field to link to requisition to get details.