Share via


LeanRuleData::newBuffers Method [AX 2012]

Creates an instance of the LeanRuleData class from the specified buffers that were passed as parameters.

Syntax

client server public static LeanRuleData newBuffers(
    KanbanRule _kanbanRule, 
    KanbanRuleFixed _kanbanRuleFixed, 
    KanbanRuleVariable _kanbanRuleVariable, 
    KanbanRuleEvent _kanbanRuleEvent, 
    LeanCoverageKanbanRule _leanCoverageKanbanRule, 
    LeanCoverage _leanCoverage, 
    KanbanFlow _kanbanFlow)

Run On

Called

Parameters

Return Value

Type: LeanRuleData Class
An initialized instance of the LeanRuleData class.

Remarks

This method supports lazy loading of the buffers for existing rules.

See Also

Reference

LeanRuleData Class