Share via


KanbanJobStatus.canReassignSameStatus Method [AX 2012]

Indicates whether the status can be reassigned if the kanban job is already in this status.

Syntax

public boolean canReassignSameStatus()

Run On

Called

Return Value

Type: boolean
Always returns false.

Remarks

By default, a status cannot be reassigned unless a status overrides this method.

See Also

Reference

KanbanJobStatus Class