Share via


TaxWithholdDeducteeDetail_IN::findByFileHdr Method

Reads the TaxWithholdDeducteeDetail_IN table for the specified parameters.

Syntax

client server public static TaxWithholdDeducteeDetail_IN findByFileHdr(
    RefRecId _recidFileHdr, 
    int _batchRecNum, 
    int _challanRecNum, 
    int _deducteeRecNum, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _batchRecNum
    Type: int
    Batch record number is used to find the record.
  • _challanRecNum
    Type: int
    Challan record number is used to find the record.
  • _deducteeRecNum
    Type: int
    Deductee Record number is used to find the record.
  • _forUpdate
    Type: boolean
    If true, then read the record for updating.;Optional.

Return Value

Type: TaxWithholdDeducteeDetail_IN Table
A buffer containing TaxWithholdDeducteeDetail_IN table.

See Also

Reference

TaxWithholdDeducteeDetail_IN Table