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
- _activityNumber
Type: smmActivityNumber Extended Data Type
The activity number of the record to find.
- _resourceId
Type: HcmPersonnelNumberId Extended Data Type
The resource ID of the record to find.
- _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.