CustPostInvoice.new Method [AX 2012]

NoteNote

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.


  Microsoft Dynamics AX 2012 R3
          public void new(
            CustInvoiceTable _custInvoiceTable, 
           [TypeOfCreditmaxCheck _typeOfCreditmaxCheck, 
            NoYes _creditError, 
            SettlementType _settlementType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void new(
            CustInvoiceTable _custInvoiceTable, 
           [TypeOfCreditmaxCheck _typeOfCreditmaxCheck, 
            NoYes _creditError])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void new(
            CustInvoiceTable _custInvoiceTable, 
           [TypeOfCreditmaxCheck _typeOfCreditmaxCheck, 
            NoYes _creditError])

  Microsoft Dynamics AX 2012 (FPK)
          public void new(
            CustInvoiceTable _custInvoiceTable, 
           [TypeOfCreditmaxCheck _typeOfCreditmaxCheck, 
            NoYes _creditError])

  Microsoft Dynamics AX 2012 (SYS)
          public void new(
            CustInvoiceTable _custInvoiceTable, 
           [TypeOfCreditmaxCheck _typeOfCreditmaxCheck, 
            NoYes _creditError])

Run On

Server

Parameters

_custInvoiceTable
Type: CustInvoiceTable Table
_typeOfCreditmaxCheck
Type: TypeOfCreditmaxCheck Enumeration
_creditError
Type: NoYes Enumeration
_settlementType
Type: SettlementType Enumeration

Community Additions

ADD
Show: