Share via


TaxWithholdSettledPeriods_IN::findByTaxPeriod Method

Reads the TaxWithholdSettledPeriods_IN table for the specified parameters.

Syntax

client server public static TaxWithholdSettledPeriods_IN findByTaxPeriod(
    TaxWithholdPeriodRecId_IN _taxWithholdPeriodRecId, 
    TaxWithholdType_IN _taxType, 
    TransDate _date, 
    TaxWithholdRegNumberRecId_IN _taxWithholdRegNumberRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: TaxWithholdSettledPeriods_IN Table
A buffer containing TaxWithholdSettledPeriods_IN table.

See Also

Reference

TaxWithholdSettledPeriods_IN Table