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.
Checks whether TaxTrans record exists or not for specified parameter.
Syntax
server public static boolean serviceTax(
CustVendTrans _custVendTrans,
[LedgerJournalType _ledgerJournalType,
RefRecId _sourceRecid])
Run On
Server
Parameters
- _custVendTrans
Type: CustVendTrans Map
The instance of CustVendTrans table.
- _ledgerJournalType
Type: LedgerJournalType Enumeration
The ledger journal type; optional;
- _sourceRecid
Type: RefRecId Extended Data Type
The source recid; optional.
Return Value
Type: boolean
eturn true if record exists otherwise false.