Dynamics AX Blog - Dynamics AX 4.0 - Posts from 2010
These posts are machine-translated.
Currently, only posts are displayed, which are relevant for Dynamics AX version »Dynamics AX 4.0« 
RSS-Feed of this version

RSS-Feed of this version
Currently, only posts from »2010« are displayed
What is the difference between update and doUpdate?What is the difference between update() and doUpdate()? You canfind the answer on MSDN or you take a look at the following table.
| ||||||||
|
|
|
|
|
|
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();
}