I have a sub-grid of KPIs (custom entity) on my Opportunity entity. When an Opportunity is closed as won, it creates a Contract using a workflow. The Contract also has a sub-grid of KPIs, and I'd like to be able to map the KPIs from the Opportunity to the Contract automatically as part of the workflow.
In other words, is there a way to do a sort of mass-update of the Contract/KPI lookup field? So that when an Opportunity is closed as won, all the KPIs have their Contract lookup changed to the one that has just been created.
Is there any way to do this using workflows, or would it require some sort of custom coding? I'm not a coder, so really hoping there's a solution I just haven't considered within workflows!