DOCommonPortServiceSubscription::findBySubscriptionPortRecId Method
Finds a record in the DOCommonPortServiceSubscription table by using the specified subscription port.
Syntax
client server public static DOCommonPortServiceSubscription findBySubscriptionPortRecId(
RecId _serviceSubscriptionRecId,
RecId _portRecId,
[boolean _forUpdate])
Run On
Called
Parameters
- _serviceSubscriptionRecId
Type: RecId Extended Data Type
The record ID of the subscription.
- _portRecId
Type: RecId Extended Data Type
The record ID of the port.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: DOCommonPortServiceSubscription Table
A record in the DOCommonPortServiceSubscription table; otherwise an empty record.