I have a vendor bill, I have a custom record with GL impact lines.
I need to populate data from the bill lines onto the custom record GL lines.
Obviously, the lines don't map between the records 1:1, GL impact will always have more lines than expenses/items on a bill.
I need a way to match lines between the two. The custom record is locked (by Zone & Co), the script that creates the custom record is also locked. I tried to come up with a compound key (several line fields) to uniquely identify a line across both records, but it's never proven to be unique on a large enough bill.
Any ideas?