LeanRuleStatusBase.write Method [AX 2012]

Persists a kanban rule and all its related entities.

Syntax

public boolean write(LeanRuleData _leanRuleData)

Run On

Called

Parameters

  • _leanRuleData
    Type: LeanRuleData Class
    The object that contains all the necessary buffers to perform the persistence operations.

Return Value

Type: boolean
true if the persistence was successful; otherwise, false.

Remarks

This method might raise exceptions if such occur during the database operations.

The base implementation treats the write operation as an update.

See Also

Reference

LeanRuleStatusBase Class