Share via


ReqEventProcessKanban.deleteMarkInventoryTransactions Method [AX 2012]

Deletes all marking between the event and a specified event kanban.

Syntax

protected InventQty deleteMarkInventoryTransactions(KanbanJob _kanbanJob, [InventTransOriginId _receiptInventTransOriginId])

Run On

Called

Parameters

  • _kanbanJob
    Type: KanbanJob Table
    A KanbanJob record that represents the event kanban.

Return Value

Type: InventQty Extended Data Type
The unmarked quantity.

Exceptions

Exception Condition
Error

The same quantity could not be unmarked on receipt and issue sides.

See Also

Reference

ReqEventProcessKanban Class