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 :
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;

I have the same question (0)
  • Deseree Krumm Profile Picture
    Microsoft Employee on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,072 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,129 Super User 2026 Season 1

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 650 Most Valuable Professional

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans