Skip to main content

Notifications

Small and medium business | Business Central, N...
Suggested answer

Flow data from warehouse receipt line to purchase Receipt line

(0) ShareShare
ReportReport
Posted on by 127

I have taken 3 fields on warehouse receipt line and same on purchase receipt line as shown in image.I want to flow data from warehouse receipt line to purch receipt line when I click post receipt action on warehouse. I tried on event (on after insert) but did not work. If you have any idea, please share.

Thanks in Advance

warehouse-receipt-.png

warehouse-receipt-.png2.png

[EventSubscriber(ObjectType::Table, Database::"Purch. Rcpt. Line", 'OnAfterInsertEvent', '', true, true)]
    local procedure MyProcedure(RunTrigger: Boolean; var Rec: Record "Purch. Rcpt. Line")
    var
        warehousereceipt: Record "Warehouse Receipt Line";
    begin
        warehousereceipt."Nos. of Pallet" := Rec."Nos. of Pallet";
        warehousereceipt."Bags/pallet" := rec."Bags/pallet";
        warehousereceipt."Loose Bags" := rec."Loose Bags";
    end;

  • Suggested answer
    Marco Mels Profile Picture
    Marco Mels on at
    RE: Flow data from warehouse receipt line to purchase Receipt line

    Hello,

    We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted 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

    www.dynamicsuser.net/.../14

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

    Thanks.

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

News and Announcements

Announcing Category Subscriptions!

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,359 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,370 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans