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);