Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _registrationType
Type: TaxRegistrationType_IN Enumeration
The tax registration type of the TaxRegistrationNumbers_IN record to find.
- _taxType
Type: TaxType_IN Enumeration
The tax type of the TaxRegistrationNumbers_IN record to find.
- _registrationNumber
Type: TaxRegistrationNumber_IN Extended Data Type
The tax registration number of the TaxRegistrationNumbers_IN record to find.
- _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.