Share via


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

  • _selectForUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: CustInterestJour Table
The CustInterestJour buffer.

See Also

Reference

CustInterestJour Table