ReqEventProcessKanban.canDeletePeggingEvent Method [AX 2012]

Determine if the pegging event can be deleted.

public boolean canDeletePeggingEvent()

Run On

Called

Return Value

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

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.

Community Additions

ADD
Show: