ProjActivity::find Method [AX 2012]

Retrieves the activity with the given project and activity IDs.

client server public static ProjActivity find(ProjActivityNumber _activityNumber, [boolean _forupdate])

Run On

Called

Parameters

_activityNumber
Type: ProjActivityNumber Extended Data Type
The project activity ID of the activity.
_forupdate
Type: boolean
A Boolean value that determines whether the activity should be selected for update; optional.

Return Value

Type: ProjActivity Table
A ProjActivity record of the desired activity.
Show: