Share via


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

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

See Also

Reference

DOCommonPortServiceSubscription Table