CustInterestCreate.resetCustInterest Method [AX 2012]

Initializes the CustInterest buffer based on the CustTrans posting profile.

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 boolean resetCustInterest(
            CustTrans _custTrans, 
           [BillingCodeRefRecId _custBillingCodeRecId, 
            CustInterestLineType _interestLineType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean resetCustInterest(
            CustTrans _custTrans, 
           [BillingCodeRefRecId _custBillingCodeRecId, 
            CustInterestLineType _interestLineType])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected boolean resetCustInterest(
            CustTrans _custTrans, 
           [BillingCodeRefRecId _custBillingCodeRecId, 
            CustInterestLineType _interestLineType])

  Microsoft Dynamics AX 2012 (FPK)
          protected boolean resetCustInterest(CustTrans _custTrans)

  Microsoft Dynamics AX 2012 (SYS)
          protected boolean resetCustInterest(CustTrans _custTrans)

Run On

Called

Parameters

_custTrans
Type: CustTrans Table
A CustTrans record.
_custBillingCodeRecId
Type: BillingCodeRefRecId Extended Data Type
The Billing code record ID; optional.
_interestLineType
Type: CustInterestLineType Enumeration
The interest line type.

Return Value

Type: boolean
true if the CustInterest buffer is initialized; otherwise, false .

Community Additions

ADD
Show: