Heya friends.
I’m setting up a custom record type (“Subscriber”) with parent as Transaction. It will appear as a sublist on Transactions.
When a transaction is transformed (e.g. Sales Order being approved and Purchase Orders / Invoice created, or Sales Order created from Estimate) the sublist needs to be replicated on the new transaction.
What would be the best way to achieve this? I’m thinking a workflow custom action that runs when a transaction is created with a “created from” value that’s non-null, and just do a copy record on each “Subscriber” record and change the parent TX.
Is there a better/simpler way?