Share via


ReqEventProcessKanbanNull.sourceDocumentLineRefRecId Method [AX 2012]

Defines the source document line that is causing the event.

Syntax

protected SourceDocumentLineRefRecId sourceDocumentLineRefRecId()

Run On

Called

Return Value

Type: SourceDocumentLineRefRecId Extended Data Type
A record ID of the SourceDocumentLine 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