ServiceCodeTable_IN::findByServiceCode Method
Finds the record in the ServiceCodeTable_IN table specified by a service code.
Syntax
client server public static ServiceCodeTable_IN findByServiceCode(ServiceCode_IN _serviceCode, [boolean _forUpdate])
Run On
Called
Parameters
- _serviceCode
Type: ServiceCode_IN Extended Data Type
The service code of the ServiceCodeTable_IN record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: ServiceCodeTable_IN Table
A record from the ServiceCodeTable_IN table; otherwise, an empty record.