Looking to create a new business action in LPL. Logic would be whenever a GTIN is updated in the item master, it would update on the contract.
On the following path so far. Any thoughts are appreciated.
Update is an ActionOverride
Exit Rules
if (ItemGTIN changed)
for each ContractLineItem
invoke UpdateFromItemGTIN ContractLineItem
each.ItemGTIN = ContractLineItem