Share via


ReqEventProcessKanbanNull.inventTransOriginId Method [AX 2012]

Retrieves the inventory transaction originator of the source event.

Syntax

protected InventTransOriginId inventTransOriginId()

Run On

Called

Return Value

Type: InventTransOriginId Extended Data Type
A record ID of the InventTransOrigin table.

Exceptions

Exception Condition
Error

The function is not used correctly.

Remarks

As this method is implemented on a null Nothing nullptr unit a null reference (Nothing in Visual Basic) object pattern class it will always throw an exception.

See Also

Reference

ReqEventProcessKanbanNull Class