CSI 10 planning for cloud
I have two custom tables / IDOs. One is some base information tied to Item, the other is tied to lot with more information.
On creation of a new lot, I need to get all rows on table 1 for this item, and insert it into table 2 for the item and lot.
Here is a bad example of what I am trying to accomplish.

Any help or tips would be welcome!