DOCommonServiceSubscription::findByServiceType Method
Finds the specified record in the DOCommonServiceSubscription table by using the ServiceType value.
Syntax
client server public static DOCommonServiceSubscription findByServiceType(DOCommonProxyServiceType _serviceType, [boolean _forUpdate])
Run On
Called
Parameters
- _serviceType
Type: DOCommonProxyServiceType Extended Data Type
The ServiceType value of the record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DOCommonServiceSubscription Table
A record in the DOCommonServiceSubscription table; otherwise, an empty record.