LeanProductionFlow::createNewVersion Method

Creates a new version of a production flow in the Plan table.

Syntax

server public static Plan createNewVersion(
    RefRecId _planReference, 
    RefRecId _planToCopyFrom, 
    PlanValidFromDateTime _validFrom, 
    PlanValidToDateTime _validTo, 
    NoYes _duplicateKanbanRules)

Run On

Server

Parameters

  • _duplicateKanbanRules
    Type: NoYes Enumeration
    A Boolean value that indicates whether the associated kanban rules should be copied to the new version.

Return Value

Type: Plan Table
The record created in the Plan table.

See Also

Reference

LeanProductionFlow Table