Share via


TaxWithholdPeriods_IN::findByTaxPeriod Method

Reads the TaxWithholdPeriods_IN table for the specified parameters.

Syntax

client server public static TaxWithholdPeriods_IN findByTaxPeriod(
    TaxWithholdPeriodRecId_IN _taxPeriod, 
    TaxWithholdType_IN _taxType, 
    TransDate _date, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    If true, then read the record for updating.;Optional

Return Value

Type: TaxWithholdPeriods_IN Table
A buffer containing TaxWithholdPeriods_IN table.

See Also

Reference

TaxWithholdPeriods_IN Table