Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _bankDocumentAgreementRecId
Type: RecId Extended Data Type
The record ID of a bank agreement.
- _startDateTime
Type: StartDateTime Extended Data Type
The starting dateTime value of the new period.
- _endDateTime
Type: EndDateTime Extended Data Type
The ending dateTime value of the new period.
- _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.