Share via


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

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

See Also

Reference

PCSubComponentControl Table