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