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 for the existence of overlapping periods
Syntax
server private static boolean existPeriodOverlap_IN(
SalesTaxFormTypesRecId_IN _formType,
TaxCode _taxCode,
TaxValidDate _fromDate,
TaxValidDate _toDate,
RecId _recId)
Run On
Server
Parameters
- _formType
Type: SalesTaxFormTypesRecId_IN Extended Data Type
Sales tax form type
- _taxCode
Type: TaxCode Extended Data Type
Code attached to the tax
- _fromDate
Type: TaxValidDate Extended Data Type
From date
- _toDate
Type: TaxValidDate Extended Data Type
To date
- _recId
Type: RecId Extended Data Type
Record Id of TaxData record
Return Value
Type: boolean
true if the specified record exists; otherwise, false.