Share via


KanbanCard.reAssignToRule Method

Reassigns the card to the given KanbanRule buffer.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public boolean reAssignToRule(KanbanRule _kanbanRule, [boolean _reverse])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public boolean reAssignToRule(KanbanRule _kanbanRule, [boolean _reverse])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public boolean reAssignToRule(KanbanRule _kanbanRule)

  Microsoft Dynamics AX 2012 (FPK)
          public boolean reAssignToRule(KanbanRule _kanbanRule)

  Microsoft Dynamics AX 2012 (SYS)
          public boolean reAssignToRule(KanbanRule _kanbanRule)

Run On

Called

Parameters

  • _kanbanRule
    Type: KanbanRule Table
    The RecId of the KanbanRule to reassign the card to.

Return Value

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

Remarks

The method assumes that the current buffer is already selected for update.

See Also

Reference

KanbanCard Table