TaxRegistrationGroupSetup_IN::findByTaxRegistrationGroupName_IN Method
Reads the TaxRegistrationGroupSetup_IN table for the specified record ID.
Syntax
client server public static TaxRegistrationGroupSetup_IN findByTaxRegistrationGroupName_IN(
TaxRegistrationGroupNameRecID_IN _taxRegistrationGroupName,
TaxRegistrationNumberRecId_IN _taxRegistrationNumber,
[boolean _forUpdate])
Run On
Called
Parameters
- _taxRegistrationGroupName
Type: TaxRegistrationGroupNameRecID_IN Extended Data Type
The field to use to search in a table.
- _taxRegistrationNumber
Type: TaxRegistrationNumberRecId_IN Extended Data Type
The field to use to search in a table.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: TaxRegistrationGroupSetup_IN Table
A table buffer.