Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV forum
Suggested answer

Send data warehouse activity table(Inventory Pick Page) to Sales Shipment Header(Posted Sales Shipment Page) using AL code

Posted on by Microsoft Employee

I have created a new field in Inventory Pick Page(Table Warehouse Activity Header) and now i want that if i post  the ship from Inventory Pick page than the field i have created appear in posted sales shipment page(Table Sales Shipment Header) with data i have input.

tableextension 50109 PostedSalesShipmentTable extends "Sales Shipment Header"
{
fields
{

field(50100; "Total # Medical Skids"; Decimal)
{
/* DataClassification = ToBeClassified; */
Editable = false;
CalcFormula = lookup("Warehouse Activity Header"."Total # Medical Skids" where("Source No."=field("Order No.")));
FieldClass=FlowField;
}
}
var
myInt: Integer;
}

tableextension 50105 InvPickTable extends "Warehouse Activity Header"
{
fields
{
field(50100; "Total # Medical Skids"; Decimal)
{
DataClassification = ToBeClassified;
Editable = true;
}
}

var
myInt: Integer;
}

I used flowfiled but not working.

3872.Capture1.PNG

67241.Capture2.PNG

1854.Capture3.PNG

These are screenshots of inventory pick when I am clicking on post->ship, Then I wanted to send Total Medical skip value as well to Posted sales shipment page which is not working.

Anyhelp!

  • Suggested answer
    Andy Sather Profile Picture
    Andy Sather on at
    RE: Send data warehouse activity table(Inventory Pick Page) to Sales Shipment Header(Posted Sales Shipment Page) using AL code

    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.

     

    https://www.yammer.com/dynamicsnavdev#/home

    https://dynamicsuser.net/nav/f/developers

     

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

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

Anton Venter – Community Spotlight

Kudos to our October Community Star of the month!

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,537 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,520 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans