AuditPolicyExecutionTask::getSourceDocumentField Method [AX 2012]

Determines if any field on the specified document is related to the SourceDocumentHeader or SourceDocumentLine table.

server public static FieldName getSourceDocumentField(TableId _tableId)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The ID of the document to check.

Return Value

Type: FieldName Extended Data Type
The name of the field that is related to either the SourceDocumentHeader or SourceDocumentLine table.
Show: