LeanProdFlowPlanActivityRelation::duplicateForNewProductionFlow Method
Creates a duplicate of all the LeanProdFlowPlanActivityRelation objects from a particular LeanProductionFlow record to a particular LeanProductionFlow record.
Syntax
server public static Map duplicateForNewProductionFlow(RecId _oldLeanProductionFlow, RecId _newLeanProductionFlow)
Run On
Server
Parameters
- _oldLeanProductionFlow
Type: RecId Extended Data Type
The record ID of the old LeanProductionFlow record.
- _newLeanProductionFlow
Type: RecId Extended Data Type
The record ID of the new LeanProductionFlow record.
Return Value
Type: Map Class
A map that contains the relation of the old record IDs to the new record IDs.