ProjGroup::exist Method [AX 2012]

Determines whether a project group that has the given ID exists.

client server public static boolean exist(ProjGroupId projGroupId)

Run On

Called

Parameters

projGroupId
Type: ProjGroupId Extended Data Type
The ID of the project group.

Return Value

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