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 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.