TaxWithholdThresholdLimit_IN::existsForComponentAndTransDate Method
Checks whether there is an occurrence of the TaxWithholdThresholdLimit_IN record for a specified parameter.
Syntax
client server public static boolean existsForComponentAndTransDate(TaxWithholdComponentRecId_IN _component, [TransDate _transactionDate])
Run On
Called
Parameters
- _component
Type: TaxWithholdComponentRecId_IN Extended Data Type
The tax type on which the check operation will perform.
- _transactionDate
Type: TransDate Extended Data Type
The transaction date that is used to determine whether there is an occurrence of the record.
Return Value
Type: boolean
true if there is an occurrence of the record; otherwise, false.