ComponentTransactions_IN::isAdjustedRecordExist Method
Checks whether the adjusted record exists.
Syntax
client server public static boolean isAdjustedRecordExist(
RecId _recId,
RefRecId _taxRegistrationNumber,
TaxDirection _taxDirection,
AmountCur _transTaxAmount)
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID.
- _taxRegistrationNumber
Type: RefRecId Extended Data Type
The tax registration number.
- _taxDirection
Type: TaxDirection Enumeration
The tax direction.
- _transTaxAmount
Type: AmountCur Extended Data Type
The tax amount of the transaction.
Return Value
Type: boolean
true if the adjusted record exists; otherwise, false.