TaxAdjustments_IN::findByTaxPeriod Method
Finds the record in the TaxAdjustments_IN table by a specified tax period.
Syntax
client server public static TaxAdjustments_IN findByTaxPeriod(
TaxPeriod _taxPeriod,
RefRecId _taxRegistrationNumber,
TransDate _date)
Run On
Called
Parameters
- _taxPeriod
Type: TaxPeriod Extended Data Type
The tax period of the TaxAdjustments_IN record to find.
- _taxRegistrationNumber
Type: RefRecId Extended Data Type
The tax registration number reference record ID of the TaxAdjustments_IN record to find.
- _date
Type: TransDate Extended Data Type
The start transaction date of the TaxAdjustments_IN record to find.
Return Value
Type: TaxAdjustments_IN Table
A record from the TaxAdjustments_IN table; otherwise, an empty record.