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
- _kanbanRule
Type: KanbanRule Table
A KanbanRule table buffer.
- _kanbanRuleFixed
Type: KanbanRuleFixed Table
A KanbanRuleFixed table buffer.
- _kanbanRuleVariable
Type: KanbanRuleVariable Table
- _kanbanRuleEvent
Type: KanbanRuleEvent Table
- _leanCoverageKanbanRule
Type: LeanCoverageKanbanRule Table
A LeanCoverageKanbanRule table buffer.
- _leanCoverage
Type: LeanCoverage Table
A LeanCoverage table buffer.
- _kanbanFlow
Type: KanbanFlow Table
A KanbanFlow table buffer.
Return Value
Type: LeanRuleData Class
An initialized instance of the LeanRuleData class.
Remarks
This method supports lazy loading of the buffers for existing rules.