Share via


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

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

See Also

Reference

PSAComponentGroupAssignment Table