Share via


TaxFiscalDocumentPostJob_BR.insertJournal Method [AX 2012]

Creates the number sequence object that will be used to determine invoice and voucher numbers for the posted document, and calls the updateNow method, which will perform the actual posting into the fiscal document related tables.

Syntax

protected void insertJournal()

Run On

Called

Remarks

The acquisition of numbers from number sequence objects requires the presence of a transaction level that is higher than 1. Therefore, we have a transaction surrounding this operation.

See Also

Reference

TaxFiscalDocumentPostJob_BR Class