CustTrans::existForSubledgerJournal Method
Indicates whether the specified subledger voucher is used by a customer subledger journal transaction.
Syntax
client server public static boolean existForSubledgerJournal(
Voucher _subledgerVoucher,
SelectableDataArea _subledgerVoucherDataAreaId,
TransDate _accountingDate,
[boolean _reverseExistCheck])
Run On
Called
Parameters
- _subledgerVoucher
Type: Voucher Extended Data Type
The subledger voucher.
- _subledgerVoucherDataAreaId
Type: SelectableDataArea Extended Data Type
The subledger voucher data area ID.
- _accountingDate
Type: TransDate Extended Data Type
The accounting date.
- _reverseExistCheck
Type: boolean
A Boolean value that indicates whether to reverse the exist check; optional.
Return Value
Type: boolean
true if the subledger voucher is used by a customer subledger voucher transaction; otherwise, false.