ProjActivity::exist Method [AX 2012]

Determines whether an activity exists in a project.

client server public static boolean exist(ProjActivityNumber _activityNumber)

Run On

Called

Parameters

_activityNumber
Type: ProjActivityNumber Extended Data Type
The project activity number of the activity.

Return Value

Type: boolean
true if the activity exists; otherwise, false.
Show: