This post is machine-translated. The original post in german language can be found here.
These post applies to following versions:
Dynamics AX 2009, Dynamics AX 2012, Dynamics AX 4.0
Dynamics AX 2009, Dynamics AX 2012, Dynamics AX 4.0
|
|
|
|
|
|
This post is machine-translated. The original post in german language can be found here.
These post applies to following versions:
Dynamics AX 2009, Dynamics AX 2012, Dynamics AX 4.0
|
Using the following code, you will be able to move a pallet per code.
wmsPalletMove.parmWMSPalletId('00000022_117');
wmsPalletMove.parmToInventLocationId('300');
wmsPalletMove.parmToLocationId('01');
if(wmsPalletMove.validate())
{
wmsPalletMove.run();
}