Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Unanswered

Update Gen. Journal Line gives Nothing to Post however is does post.

(0) ShareShare
ReportReport
Posted on by 10

I've added an  Applies-to Purh Order field on a release purchase order, it is posted and then the Gen. Journal Line is updated.  I receive the error "Nothing to Post", however it did post

    [EventSubscriber(ObjectType::Codeunit, Codeunit::"Gen. Jnl.-Post Line", 'OnBeforeCode', '', true, true)]
    local procedure GenJnlPostLine_OnBeforeStartOrContinuePosting(var GenJnlLine: Record "Gen. Journal Line"; var GLReg: Record "G/L Register"; CheckLine: Boolean; var IsPosted: Boolean)
    var
        PurchaseHeader: Record "Purchase Header";
        PurchaseManagement: Codeunit "Purchase ManagementBSNAP";
        PurchInvNo: Code[20];
    begin
        if GenJnlLine."Applies-to Purh OrderBSNAP" <> '' then begin
            PurchaseHeader.Get(PurchaseHeader."Document Type"::Order, GenJnlLine."Applies-to Purh OrderBSNAP");
            PurchInvNo := PurchaseManagement.PostGLAppliedPO(PurchaseHeader);
            if (PurchInvNo = '') then
                Error(GetLastErrorText());
            Commit();
            GenJnlLine.Validate("Applies-to Doc. Type", GenJnlLine."Applies-to Doc. Type"::Invoice);
            GenJnlLine.Validate("Applies-to Doc. No.", PurchInvNo);
            GenJnlLine."Applies-to Purh OrderBSNAP" := '';
            GenJnlLine.Modify(true);
        end;
        IsPosted := false;

  • Deseree Krumm Profile Picture
    on at
    RE: Update Gen. Journal Line gives Nothing to Post however is does post.

    Hello  - We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I want to provide you some additional resources to assist.  If you need assistance with debugging or coding I would recommend discussing this on one of our communities. 

    www.yammer.com/dynamicsnavdev

    dynamicsuser.net/.../developers 

    I will open this up to the community in case they have something to add.

    Warm Regards,

    Deseree Krumm - Business Central Support

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 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…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Sohail Ahmed Profile Picture

Sohail Ahmed 1,169

#2
YUN ZHU Profile Picture

YUN ZHU 1,006 Super User 2025 Season 1

#3
Mansi Soni Profile Picture

Mansi Soni 830

Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans