Announcements
How to create Purchase Order reminders, for the PO passed the Due Date? Or create batch email for PO 5 days before Due Date?
I read the previous thread : https://community.dynamics.com/365/supply-chain-management/f/dynamics-365-supply-chain-management-forum/447732/cancelation-of-delivery-reminder-of-purchase-order/1227671, but I cannot find "Update line", "Deliver remainder," or "Cancel quantity." options
Basically we need a email sending out a difference form, a Reminder instead of Purchase Order form.
Hi, using Power Automate is a very good suggestion. This makes customization easier.
I would like to add a custom practice. Create a codeunit or report object to retrieve expired purchase orders based on your filters. If any expired, an email will be sent automatically.
Then set this object to the Job Queue. You can set it once a day. You can set it to run once a day.
More details: https://yzhums.com/1799/
https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-job-queue
Hope this helps as well.
Thanks.
ZHU
The need for a query is based on the fact you don’t get the email address on the purchase header. Also to have some purchase line detail and it all be in one row of data, if you think about it in a tabular way. If you can figure out a different method whilst using standard pages you could avoid the query. The blog does need a minor update. You can have it has a query api now and it will form part of the BC connector. Which is better because it stops any need to handle oauth when authenticating
Hi
That article is for different software.
JAngle published this excellent guideline for the exact need. The challenge is you may need to create a query for it. Maybe Josh is kind enough to recommend another method without a need of Query.
André Arnaud de Cal...
293,289
Super User 2025 Season 1
Martin Dráb
232,068
Most Valuable Professional
nmaenpaa
101,156
Moderator