Share via


Plan::createNewVersion Method

Creates a new version of a plan

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 created record in the Plan table.

See Also

Reference

Plan Table