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)

Post & Transfer Journal

(0) ShareShare
ReportReport
Posted on by 8

Hi All ,

In standard Ax , when posting any journals if any error occurs , system will move those errors to new journal (GL/ AP/AR/Inventory) and journal would post . But when i try to post standard journals in Project accounting module , those error journals ( for example -project finished ) are not moved to new journal and not able to post also.

Is it standard behavior in AX 2012 /R2 ?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Sohaib Cheema Profile Picture
    49,677 Super User 2026 Season 1 on at

    For project accounting journals also there is option to transfer errors to new journal. you may use that

  • lally Profile Picture
    8 on at

    Yes... i placed the check mark .. still it is not working as explained above.

  • Sohaib Cheema Profile Picture
    49,677 Super User 2026 Season 1 on at

    Meanwhile, I saw a thread here

  • Suggested answer
    Sohaib Cheema Profile Picture
    49,677 Super User 2026 Season 1 on at
    • Whenever a Project Journal is posted, it starts with method newJournalCheckPost of class ProjJournalCheckPost.

    • The class ProjJournalCheckPost extends another class JournalCheckPostLedger

    • Furthermore, class JournalCheckPostLedger extends another class JournalCheckPost

    • Inside calss JournalCheckPost, there is method dialog, which provides you option to transfer error to new journal. Here is line of code of that dialog

      dialogTransferErrors   = dialog.addField(extendedTypeStr(JournalTransferErrors));

       

    • It assigns a value to parameter parmTransferErrors, that means if there are errors, should those be transferred to a new journal??? if you will mark, means Yes; Else No 

    • At end, if there are errors, method createJournalTransfer is called, which is responsible to create new journal. See below line of code

      if (transferErrors && this.journalErrorListCount() > 0)

       

      I hope this can help in debugging or diagnosis

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
Joris dG Profile Picture

Joris dG 5

#2
Sagar Suman Profile Picture

Sagar Suman 2 Super User 2026 Season 1

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans