ReqEventProcessKanban.canDeletePeggingEvent Method [AX 2012]

Determine if the pegging event can be deleted.

Syntax

public boolean canDeletePeggingEvent()

Run On

Called

Return Value

Type: boolean
true if the pegging event can be deleted; otherwise, false.

Remarks

The method is used where the ReqEventProcessKanban instance is not responsible for deleting the event itself, but leaves it up to the caller to remove the pegging event.

This is the case when events are processed by the periodic 'pegging event processing' ReqEventProcessBatchKanbanTask class.

See Also

Reference

ReqEventProcessKanban Class