Share via


TaxWithholdRegNumbers_IN::findByTaxRegistrationNumber Method

Reads the TaxWithholdRegNumbers_IN table for the specified registration number and registration type.

Syntax

client server public static TaxWithholdRegNumbers_IN findByTaxRegistrationNumber(
    TaxWithholdRegistrationNumber_IN _registrationNumber, 
    TaxRegistrationType_IN _registrationType, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for updating.

Return Value

Type: TaxWithholdRegNumbers_IN Table
A buffer that contains the TaxWithholdRegNumberTable_IN table.

See Also

Reference

TaxWithholdRegNumbers_IN Table