Share via


TaxRegistrationNumbers_IN::findByNaturalKey Method

Finds the specified record in the TaxRegistrationNumbers_IN table.

Syntax

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

Run On

Called

Parameters

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

Return Value

Type: TaxRegistrationNumbers_IN Table
A record from the TaxRegistrationNumbers_IN table; otherwise, an empty record.

See Also

Reference

TaxRegistrationNumbers_IN Table