TaxSettlement_IN::serviceTax Method [AX 2012]
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.