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

  • _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.

See Also

Reference

ServiceCodeTable_IN Table