Share via


LeanRuleData.duplicate Method [AX 2012]

Creates a LeanRuleData object which buffers contain duplicated version of all buffers except for the KanbanFlow buffer and InventDim buffer.

Syntax

public LeanRuleData duplicate([boolean _duplicateLeanCoverage])

Run On

Called

Parameters

  • _duplicateLeanCoverage
    Type: boolean
    A Boolean value that indicates whether the LeanCoverage record is duplicated.

Return Value

Type: LeanRuleData Class
A LeanRuleData object that contains duplicates of most buffers.

Remarks

This method is used during duplication and replacement of lean rules.

See Also

Reference

LeanRuleData Class