Share via


TaxableDocument.getJournalizedDocument Method [AX 2012]

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

Syntax

public Common getJournalizedDocument()

Run On

Called

Return Value

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

Remarks

For example, this would typically be the VendInvoiceJour table if the transaction is Purchase Order Invoice. This is used to set the grandparent of the TaxTrans record.

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

See Also

Reference

TaxableDocument Interface