Share via


TaxableDocument.getSourceHeader Method [AX 2012]

Gets the table buffer that represents the source document header for the transaction.

Syntax

public Common getSourceHeader()

Run On

Called

Return Value

Type: Common Table
The table buffer for the source document header.

Remarks

For example, for Purchase Order, the source document header is a PurchTable record.

This method is used before the document is journalized to determine the grandparent of the TaxUncommitted record.

The table buffer must have a record ID assigned to it.

See Also

Reference

TaxableDocument Interface