Share via


ProjActivityAssignment::find Method

Finds the specified record in the ProjActivityAssignment table

Syntax

client server public static ProjActivityAssignment find(
    smmActivityNumber _activityNumber, 
    HcmPersonnelNumberId _resourceId, 
   [boolean _selectForUpdate])

Run On

Called

Parameters

  • _selectForUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: ProjActivityAssignment Table
A record in the ProjActivityAssignment table; otherwise, an empty record.

See Also

Reference

ProjActivityAssignment Table