Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

Picking List registration via x++

$
0
0

Hello,

does anybody have a snippet for the picking list registration (sales form -> Pick & Pack -> Picking list registration) probably with change of the dimensions via x++?

Thanks

Andi

For reference this is the code to post the picking list:

SalesFormLetter salesFormLetter;

salesFormLetter = SalesFormLetter::construct(DocumentStatus::PickingList);

salesFormLetter.showQueryForm(false);

salesFormLetter.transDate(_accountingDate);

salesFormLetter.update(_salesTable);


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>