CustInterestJour::findCustUnPostedInterestNote Method
Retrieves the unposted interest note that is related to the particular customer.
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
client server public static CustInterestJour findCustUnPostedInterestNote(
CustAccount _custAccount,
[RefRecId _excludeInterestNoteRecId,
boolean _selectForUpdate,
RefRecId _billingClassificationRecId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static CustInterestJour findCustUnPostedInterestNote(
CustAccount _custAccount,
[RefRecId _excludeInterestNoteRecId,
boolean _selectForUpdate,
RefRecId _billingClassificationRecId])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static CustInterestJour findCustUnPostedInterestNote(
CustAccount _custAccount,
[RefRecId _excludeInterestNoteRecId,
boolean _selectForUpdate,
RefRecId _billingClassificationRecId])
Microsoft Dynamics AX 2012 (FPK)
client server public static CustInterestJour findCustUnPostedInterestNote(
CustAccount _custAccount,
[RefRecId _excludeInterestNoteRecId,
boolean _selectForUpdate])
Microsoft Dynamics AX 2012 (SYS)
client server public static CustInterestJour findCustUnPostedInterestNote(
CustAccount _custAccount,
[RefRecId _excludeInterestNoteRecId,
boolean _selectForUpdate])
Run On
Called
Parameters
- _custAccount
Type: CustAccount Extended Data Type
The customer account.
- _excludeInterestNoteRecId
Type: RefRecId Extended Data Type
The interest note to exclude; optional.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _billingClassificationRecId
Type: RefRecId Extended Data Type
The billing classification; optional.
Return Value
Type: CustInterestJour Table
The CustInterestJour buffer.