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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

x++ Multiple POs in single invoice

(0) ShareShare
ReportReport
Posted on by

Hello,

Can someone please share the code to post single invoice for multiple Purchase orders through x++.

These are service item purchase orders so packing slip is not required.

I am able to create invoice for inidividual purchase order but struggling to crease single invoice for multiple purchase orders.

I am using ax 2012 R2.

An urgent feedback will be highly appreciated.

Thanks.

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at

    The following code will post single invoice against multiple purchase orders.

    static void Bilal_postPOMultiple(Args _args)

    {

       PurchFormLetter                 purchFormLetter;

       //PurchTable _purchTable = PurchTable::find("000592");

       PurchTable          purchTable;

       Map                 mapPurchTable;    

       ttsBegin;

       // Confirm order

       //purchFormLetter = purchFormLetter::construct(DocumentStatus::PurchaseOrder);

       //purchFormLetter.update(_purchTable,'');

       // Invoice order

       purchFormLetter = purchFormLetter::construct(DocumentStatus::Invoice);

       mapPurchTable = new Map(typeName2Type(extendedTypeStr(RecId)), Types::Record);

       purchTable = PurchTable::find("001228");

       mapPurchTable.insert(purchTable.RecId, purchTable);

       purchTable = PurchTable::find("001229");

       mapPurchTable.insert(purchTable.RecId, purchTable);

       purchFormLetter.parmDataSourceRecordsPacked(mapPurchTable.pack());

       purchFormLetter.initNewPurchParmUpdate();

       purchFormLetter.sumBy(AccountOrder::Account);

       purchFormLetter.reArrangeNow(true);

       purchFormLetter.update(purchTable,

                              "In4f9231",

                              systemDateGet(), PurchUpdate::All);

       ttsCommit;

    }

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Sagar Suman Profile Picture

Sagar Suman 2 Super User 2026 Season 1

#1
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#1
Pratik Bhosle Profile Picture

Pratik Bhosle 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans