web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Supply chain | Supply Chain Management, Commerce
Suggested Answer

Do not resend PO COnfirmation

(4) ShareShare
ReportReport
Posted on by 25
Is there a way to NOT resend the PO confirmation? I want to send the first one. any ones after that, I do NOT want to resend to vendor. I was thinking I could use a query (running in batch) when selecting but I don't want it to skip the confirmation, I just want it NOT to re-email or print.
 
Any suggestions are appreciated.
I have the same question (0)
  • Jonas "Jones" Melgaard Profile Picture
    5,016 Most Valuable Professional on at
    First off, this is something I would not recommend doing since we are potentially confirming orders that no longer reflect what is sent to the vendor (e.g., a controller adds a line by mistake to the wrong purchase order). Ideally, some logic should mark the order if it can be confirmed without printing if specific criteria is met.
    Question needs to be asked: 'Why do I want this?'

    That said, it is technically possible to use a batch job IF you have not customized the confirmation batch job.
    I take no responsibility for this, and it needs to be tested thoroughly. And do not run the batch job each minute, consider it a once-a-day thing after work.
     
    I am running with these parameters, and it will only pick up previously confirmed orders that can be approved again, and confirms them without printing:
     
     
    I am using this query by clicking "Select":
     
     
     
     
     
  • Suggested answer
    Guy Terry Profile Picture
    29,011 Moderator on at
    Yes, you can do this. This is the way I did it. There may be other ways. Put two batch tasks in your batch job. Both tasks should run the same class (the PO Confirmation class).
     
    The first task you configure with whatever print options you need to send your POs.
    The second task you configure to run after the first, with printing turned off.
     
    The first task you need to use the query to ensure that it only selects POs which are being confirmed for the first time. I did this by adding a 'Not Exists' join to the Purchase order confirmations table.
     
    The second task you need to use the query to ensure that it only selects POs which already have a confirmation journal. I did this by adding a normal Join to the Purchase order confirmations table, and putting a Range where the Purchase order field on the Purchase order confirmations table is not blank (set the Criteria to !"").

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Supply chain | Supply Chain Management, Commerce

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 179 Super User 2026 Season 1

#2
Laurens vd Tang Profile Picture

Laurens vd Tang 110 Super User 2026 Season 1

#3
Subra Profile Picture

Subra 107

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans