Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

GL Posting Date in ProdTable

(0) ShareShare
ReportReport
Posted on by 2,145

Hello,

Does anyone  know which date in ProdTable is associated with GL Posting Date?  Your help would be greatly appreciated.

thanks,

Tremor

*This post is locked for comments

  • Tremor Olaes Profile Picture
    2,145 on at
    RE: GL Posting Date in ProdTable

    Thanks Brandon!  I also did not get any results!  I really appreciate it!

  • Brandon Wiese Profile Picture
    17,788 on at
    RE: GL Posting Date in ProdTable

    Simply remove the [PARTITION] parts from the ON join clauses, and from the GROUP BY and SELECT clauses.

  • Tremor Olaes Profile Picture
    2,145 on at
    RE: GL Posting Date in ProdTable

    Thanks Brandon.  We are still on AX2012 R1,  it is not recognizing column "Partition".

  • Brandon Wiese Profile Picture
    17,788 on at
    RE: GL Posting Date in ProdTable

    I tested the theory that ProdTable.RealDate should be equal to MAX(InventTrans.DateFinancial), and across all 270k ProdTable records in my business database where the order was Ended, they are identical.

    Here's a quick query I used to look for cases where they were different, and 0 records returned.

    select p.[PARTITION], p.DATAAREAID, p.PRODID, p.REALDATE, MAX(t.DATEFINANCIAL) AS DATEFINANCIAL

     from PRODTABLE p

     join INVENTTRANSORIGIN o ON o.[PARTITION] = p.[PARTITION] AND o.DATAAREAID = p.DATAAREAID AND o.REFERENCEID = p.PRODID AND o.REFERENCECATEGORY = 2

     join INVENTTRANS t ON t.[PARTITION] = o.[PARTITION] AND t.DATAAREAID = o.DATAAREAID AND t.INVENTTRANSORIGIN = o.RECID

     where t.STATUSISSUE <= 1 AND t.STATUSRECEIPT <= 1

       and p.PRODSTATUS = 7  -- 7=ProdStatus::Ended

     group by p.[PARTITION], p.DATAAREAID, p.PRODID, p.REALDATE

     having p.REALDATE <> MAX(t.DATEFINANCIAL)  -- where different

  • Verified answer
    Brandon Wiese Profile Picture
    17,788 on at
    RE: GL Posting Date in ProdTable

    ProdTable has a field named RealDate which indicates the date the production order was Ended.

  • André Arnaud de Calavon Profile Picture
    294,715 Super User 2025 Season 1 on at
    RE: GL Posting Date in ProdTable

    Hi Tremor,

    You can view the log or all journals to see which date had been used. Also you can browse the inventory transactions and look at the financial date for the "Ended" date.

  • Tremor Olaes Profile Picture
    2,145 on at
    RE: GL Posting Date in ProdTable

    Thanks Andre!  Is it safe to say that the ones with status of "Ended" would have a posting date in the journals?

  • Suggested answer
    André Arnaud de Calavon Profile Picture
    294,715 Super User 2025 Season 1 on at
    RE: GL Posting Date in ProdTable

    Hi Tremor,

    The production order table does not contain a date field for transactions. The posting date is determined at journals and status updates.

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics AX (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 100 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 46

#3
shanawaz davood basha Profile Picture

shanawaz davood basha 6

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans