ProjGroup::find Method [AX 2012]
Returns the project group that has the given ID.
client server public static ProjGroup find(ProjGroupId _projGroupId, [boolean _forUpdate])
Run On
CalledParameters
- _projGroupId
- Type: ProjGroupId Extended Data Type
The ID of the project group.
- _forUpdate
- Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: ProjGroup TableThe desired project group. Returns nullNothingnullptrunita null reference (Nothing in Visual Basic) if the project group does not exist.
Show: