CustCollectionLetterCreate.custCollectionLetterLine 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
          protected CustCollectionLetterLine custCollectionLetterLine(
            CustAccount _custAccount, 
            CurrencyCode _currencyCode, 
            int _collectionLetterCode, 
           [CustTrans _custTrans])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected CustCollectionLetterLine custCollectionLetterLine(
            CustAccount _custAccount, 
            CurrencyCode _currencyCode, 
            int _collectionLetterCode, 
           [CustTrans _custTrans])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected CustCollectionLetterLine custCollectionLetterLine(
            CustAccount _custAccount, 
            CurrencyCode _currencyCode, 
            int _collectionLetterCode, 
            CustTrans _custTrans)

  Microsoft Dynamics AX 2012 (FPK)
          protected CustCollectionLetterLine custCollectionLetterLine(
            CustAccount _custAccount, 
            CurrencyCode _currencyCode, 
            int _collectionLetterCode)

  Microsoft Dynamics AX 2012 (SYS)
          protected CustCollectionLetterLine custCollectionLetterLine(
            CustAccount _custAccount, 
            CurrencyCode _currencyCode, 
            int _collectionLetterCode)

Run On

Called

Parameters

_custAccount
Type: CustAccount Extended Data Type
_currencyCode
Type: CurrencyCode Extended Data Type
_collectionLetterCode
Type: int
_custTrans
Type: CustTrans Table

Community Additions

ADD
Show: