AuditPolicyExecutionTask::isSourceDocumentLine Method [AX 2012]

Indicates the type of the specified document based on its relation to the SourceDocumentHeader or SourceDocumentLine table.

server public static boolean isSourceDocumentLine(TableId _tableId)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The ID of the document whose type is to be determined.

Return Value

Type: boolean
true if the document is related to SourceDocumentLine table; otherwise, false.
Show: