CustCollectionLetterCreate.nextCustCollectionLetterLine Method [AX 2012]

Syntax

Note

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 nextCustCollectionLetterLine(
            CustAccount _custAccount, 
            CurrencyCode _currencyCode, 
            int _collectionLetterCode, 
           [CustTrans _custTrans])

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

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

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

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

Run On

Called

Parameters

  • _collectionLetterCode
    Type: int

See Also

Reference

CustCollectionLetterCreate Class