PSAComponentGroupAssignment::find Method
Gets the assignment by using the specified record ID.
Syntax
client server public static PSAComponentGroupAssignment find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the transaction.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record should be selected for update; optional.
Return Value
Type: PSAComponentGroupAssignment Table
A PSAComponentGroupAssignment type of the desired assignment.
Remarks
This method returns null if the Assignment does not exist.