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

Called

Parameters

_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.

Return Value

Type: CustPostInvoice Class
The instance of the CustPostInvoice class.

Community Additions

ADD
Show: