cancel
Showing results for 
Search instead for 
Did you mean: 

Copying serial and batch numbers between documents

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

use a loop to copy each line and each property of that line to the target document from the source document