TaxAdjustments_IN.checkPeriod Method
Checks whether the given tax period is valid.
Syntax
public boolean checkPeriod(
TaxPeriod _taxPeriod,
RefRecId _taxRegistrationNumber,
RefRecId _taxRegistrationGroupName)
Run On
Called
Parameters
- _taxPeriod
Type: TaxPeriod Extended Data Type
The tax period will be validated.
- _taxRegistrationNumber
Type: RefRecId Extended Data Type
The tax registration number is used to find record.
- _taxRegistrationGroupName
Type: RefRecId Extended Data Type
The tax registration group name is used to find record.
Return Value
Type: boolean
Returns true, if the tax period is valid; otherwise, false.