TaxReportDomesticThresholdBase_IT::findByContract Method
Finds a TaxReportDomesticThresholdBase_IT record for the specified contract.
Syntax
client server public static TaxReportDomesticThresholdBase_IT findByContract(
RecId _reportTableRecId,
TaxReportDomesticContractId_IT _contractID,
[boolean _forUpdate])
Run On
Called
Parameters
- _reportTableRecId
Type: RecId Extended Data Type
The record ID of the report.
- _contractID
Type: TaxReportDomesticContractId_IT Extended Data Type
A TaxReportDomesticContractId_IT value that is the contract identifier.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the TaxReportDomesticThresholdBase_IT record should be selected for update.
Return Value
Type: TaxReportDomesticThresholdBase_IT Table
The TaxReportDomesticThresholdBase_IT record for the specified contract.