Post packing slip of sales order in X++

SalesFormletter SalesFormletter;
SalesTable SalesTable;
;

SalesFormletter = SalesFormletter::construct(DocumentStatus::Confirmation,true);

SalesTable.clear();
SalesTable = SalesTable::find(_salesId);
SalesFormletter.update(SalesTable, systemDateGet(), SalesUpdate::All, AccountOrder::None, false, false);

Comments

unodos said…
I like your post and everything you share with us is very informative. write more!

www.n8fan.net
jamer said…
Thank you and looking for more posts; I enjoyed reading them, informative. Cheers!

www.triciajoy.com
yosabrams0918 said…
This comment has been removed by a blog administrator.

Popular posts from this blog