Share via


TaxRegistrationNumbers_IN::findByTaxType Method

Reads the TaxRegistrationNumbers_IN table for the specified registration number and tax type.

Syntax

client server public static TaxRegistrationNumbers_IN findByTaxType(
    TaxRegistrationNumber_IN _registrationNumber, 
    TaxType_IN _taxType, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: TaxRegistrationNumbers_IN Table
A buffer that contains the TaxRegistrationNumbers_IN table.

See Also

Reference

TaxRegistrationNumbers_IN Table