Compartir a través de


BankLCImport::hasOrphanTransactionInPeriod Method

Determines whether there are orphan transactions when a BankDocumentFacilityAgreement record changes period.

Syntax

server public static boolean hasOrphanTransactionInPeriod(
    RecId _bankDocumentAgreementRecId, 
    StartDateTime _startDateTime, 
    EndDateTime _endDateTime, 
   [boolean _isCheckOnlyForOpenTransactions])

Run On

Server

Parameters

  • _isCheckOnlyForOpenTransactions
    Type: boolean
    A Boolean value that indicates whether the method will only check for open transactions.

Return Value

Type: boolean
true if it has orphan transactions; otherwise, false.

See Also

Reference

BankLCImport Table