CustPostInvoiceJob.createCustPostInvoice_RU Method [AX 2012]
Creates an instance of the CustPostInvoice class.
protected CustPostInvoice createCustPostInvoice_RU(
CustInvoiceTable _custInvoiceTable,
[TypeOfCreditmaxCheck _typeOfCreditmaxCheck,
NoYes _creditError])
Run On
CalledParameters
- _custInvoiceTable
- Type: CustInvoiceTable Table
The record of the CustInvoiceTable table.
- _typeOfCreditmaxCheck
- Type: TypeOfCreditmaxCheck Enumeration
The credit limit type; optional.
- _creditError
- Type: NoYes Enumeration
Yes if any invoice can be a correction not just negative invoices; optional.
Community Additions
ADD
Show: