Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics AX (Archived)

Post & Transfer Journal

(0) ShareShare
ReportReport
Posted on by 19,790

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

  • Suggested answer
    Sohaib Cheema Profile Picture
    Sohaib Cheema 46,610 User Group Leader on at
    RE: Post & Transfer Journal
    • 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

  • Sohaib Cheema Profile Picture
    Sohaib Cheema 46,610 User Group Leader on at
    RE: Post & Transfer Journal

    Meanwhile, I saw a thread here

  • lally Profile Picture
    lally 19,790 on at
    RE: Post & Transfer Journal

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

  • Suggested answer
    Sohaib Cheema Profile Picture
    Sohaib Cheema 46,610 User Group Leader on at
    RE: Post & Transfer Journal

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

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Verified Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,391 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,445 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans