LeanRuleStatusBase.reassignCard Method [AX 2012]

Handles the reassignment of a kanban card record.

Syntax

public boolean reassignCard(KanbanCard _kanbanCard)

Run On

Called

Parameters

Return Value

Type: boolean
true if the card was reassigned; otherwise, false.

Remarks

The base implementation returns false and does nothing.

See Also

Reference

LeanRuleStatusBase Class