Dynamics AX Blog - whs - Posts from 2018

These posts are machine-translated.
Currently, only posts are displayed, which contain the tag »whs« Filter entfernen
Currently, only posts from »2018« are displayed

Create waves for one or multiple deliveries

The following snippet shows how to build waves and work for one ore more delivery through code. This will usually happen if you use the "Release to warehouse" function.

WHSWaveTable::buildWaveFromShipments(['USMF-000006','USMF-000007']);

 
 
 

Release load to warehouse

The following code snippet executes the "Release to warehouse" function of a load, but without generating the waves/work.

static void Job1(Args _args)
{
    ttsBegin;
    WHSLoadPostEngine::post(whsLoadTable::find('USMF-000004', true));
    ttsCommit;
}

 
 
 

Process wave through code

With the following code, you can process a wave through code. This is normally done when calling the function "Release to warehouse", depending on the WHS parameters.

WHSPostEngine::post(WaveTable::find('USMF-000000003'));

 


 
 
 

Add sales order line to existing load through code

In this post I would like to show how you can add all the lines of an sales order or even a selection of sales order lines by code to an existing load.


 
 
 

 

 
 
 
Posts of the actual month
April 2018
MoTuWeThFrSaSu
 1
2345678
9101112131415
16171819202122
23242526272829
30 
 
© 2006-2025 Heinz Schweda | Imprint | Contact | German version | Mobile version
In order to provide you with better service, this site uses cookies. By continuing to browse the site, you are agreeing to our use of cookies.