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.
Indicates whether the specified record exists in the TaxPurchaseTaxValue table.
Syntax
client server public static boolean exist(
ValidFromDate _validFrom,
ValidToDate _validTo,
[RefRecId _taxPurchaseTaxRefRecId])
Run On
Called
Parameters
- _validFrom
Type: ValidFromDate Extended Data Type
The start date of the period.
- _validTo
Type: ValidToDate Extended Data Type
The end date of the period.
- _taxPurchaseTaxRefRecId
Type: RefRecId Extended Data Type
The record ID of the TaxPurchaseTaxTable record.
Return Value
Type: boolean
true if the record exists; otherwise, false.