If I want to split a transaction's lines out for e...
# general
a
If I want to split a transaction's lines out for each line of inventory detail in that transaction line item, then is there a native way to iterate those, or do I need to parse the item.inventorydetail string and add a line for each 123456(789) kind of substring I find there?