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