Skip to Content
0
Former Member
Sep 13, 2010 at 10:42 AM

Copying serial and batch numbers between documents

58 Views

Hi there,

I need to copy serial and batch numbers from InventoryGenExit' lines to InventoryGenEntryLines. Both properties are read only so I cannot simply write docEntry.Lines.BatchNumbers = docExit.Lines.BatchNumbers.

What is the way to achive my goal?

Thanks in advance