CustInterestCreate.resetCustInterest Method [AX 2012]
Initializes the CustInterest buffer based on the CustTrans posting profile.
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 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
CalledParameters
- _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.
Community Additions
ADD
Show:
Note