VendTrans::existForSubledgerJournal Method
Indicates whether a subledger voucher is used by a vendor 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 determines whether to reverse the exist check; optional.
Return Value
Type: boolean
true if the subledger voucher is used by a vendor subledger voucher transaction; otherwise, false.