PCSubComponentControl::findBySubComponentAndModifierType Method
Finds a record based on the record ID of a related sub component and a modifier type.
Syntax
client server public static PCSubComponentControl findBySubComponentAndModifierType(
PCSubComponentRecId _subComponentRecId,
PCSubComponentModifierType _subComponentModifierType,
[boolean _selectForUpdate])
Run On
Called
Parameters
- _subComponentRecId
Type: PCSubComponentRecId Extended Data Type
The record ID of a sub component.
- _subComponentModifierType
Type: PCSubComponentModifierType Enumeration
A modifier type.
- _selectForUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: PCSubComponentControl Table
A record in the PCSubComponentControl table; otherwise, an empty record.