HcmIncomeTaxCode::findByIncomeTaxCode Method
Finds the specified record in the HcmIncomeTaxCode table based on the specified value of the IncomeTaxCodeID field.
Syntax
client server public static HcmIncomeTaxCode findByIncomeTaxCode(
HcmIncomeTaxCodeId _incomeTaxCodeID,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _incomeTaxCodeID
Type: HcmIncomeTaxCodeId Extended Data Type
- _forUpdate
Type: boolean
- _concurrencyModel
Type: ConcurrencyModel Enumeration
Return Value
Type: HcmIncomeTaxCode Table
A record in the HcmIncomeTaxCode table; otherwise, an empty record.