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.
To validate whether if there is amount ovelapped between given dates
Syntax
server private static boolean existAmountOverlap_IN(
SalesTaxFormTypesRecId_IN _formType,
TaxCode _taxCode,
TaxValidDate _fromDate,
TaxValidDate _toDate,
TaxBase _taxLimitMin,
TaxBase _taxLimitMax,
RecId _recId)
Run On
Server
Parameters
- _formType
Type: SalesTaxFormTypesRecId_IN Extended Data Type
RecId of SalesTaxFormTypes_IN
- _taxCode
Type: TaxCode Extended Data Type
Code that identifies tax
- _fromDate
Type: TaxValidDate Extended Data Type
From date for the date range
- _toDate
Type: TaxValidDate Extended Data Type
To date for the date range
- _taxLimitMin
Type: TaxBase Extended Data Type
Lower limit for tax calculation
- _taxLimitMax
Type: TaxBase Extended Data Type
Higher limit for tax calculation
- _recId
Type: RecId Extended Data Type
RecId of TaxData table
Return Value
Type: boolean
false/true if the amount exists