[development-axapta] Re: Splitting of quantity according to batchno

2004-12-29 Thread victor_zuev
Hi, Nitesh I think, you could use the functionality of item registration. When you create a packing slip (PurchaseOrder -> Posting -> Packing slip), split the inventory transactions (tab Lines -> button Inventory -> Registration). After splitting you can set the batchid into the spitted

[development-axapta] Re: Delete excel row from Ax code?

2004-06-14 Thread victor_zuev
Hi Baran, I think this code helps you.     COM comRows,     comWorkSheet,     comRow;     COMVariant  comRowVariant;     int _row;     ;     comRows   = comWorkSheet.rows();     comRowVariant = comRows.item(_row);     comRow    = COM::createFromVariant