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...
Suggested Answer

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

(0) ShareShare
ReportReport
Posted on by

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!

I have the same question (0)
  • Suggested answer
    Andy Sather Profile Picture
    Microsoft Employee on at

    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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

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

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 2,055 Super User 2026 Season 1

#2
YUN ZHU Profile Picture

YUN ZHU 1,063 Super User 2026 Season 1

#3
Dhiren Nagar Profile Picture

Dhiren Nagar 1,014 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans