ProjTable::exist Method [AX 2012]

Determines whether the specified project exists.

client server public static boolean exist(ProjId _projId)

Run On

Called

Parameters

_projId
Type: ProjId Extended Data Type
The project ID.

Return Value

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