CustInterestCreate.insertRecordTmpTable Method [AX 2012]
private void insertRecordTmpTable(
TmpCustInterestTransLine _tmpCustInterestTransLine,
AmountCur _remainAmount,
RefRecId _invoiceTransRefRecId,
LineAmount _lineAmount,
CustInterestLineType _interestLineType,
BillingCodeRefRecId _billingCodeRecId,
PositiveDays _interval,
CustInterestTimeUnit _method,
TransDate _calcFrom,
RefRecId _custTransRecId)
Run On
CalledParameters
- _tmpCustInterestTransLine
- Type: TmpCustInterestTransLine Table
- _remainAmount
- Type: AmountCur Extended Data Type
- _invoiceTransRefRecId
- Type: RefRecId Extended Data Type
- _lineAmount
- Type: LineAmount Extended Data Type
- _interestLineType
- Type: CustInterestLineType Enumeration
- _billingCodeRecId
- Type: BillingCodeRefRecId Extended Data Type
- _interval
- Type: PositiveDays Extended Data Type
- _method
- Type: CustInterestTimeUnit Enumeration
- _calcFrom
- Type: TransDate Extended Data Type
- _custTransRecId
- Type: RefRecId Extended Data Type
Community Additions
ADD
Show: