ProjGroup.type Method [AX 2012]

Returns, and optionally sets, the project group type. The project group type determines the project type for projects in this group.

edit ProjGroupType type(boolean set, ProjGroupType projGroupType)

Run On

Called

Parameters

set
Type: boolean
A Boolean value that specifies whether to set the project group type to the value of the projGroupType parameter.
projGroupType
Type: ProjGroupType Enumeration
A ProjGroupType enumeration value.

Return Value

Type: ProjGroupType Enumeration
The project group type.

The value that is stored is actually the project type, that is, one of the values from the ProjType enumeration, that corresponds to the project group type. The ProjGroup.Table2GroupType method is used to convert the project type to the group type and ProjGroup.Group2TableType method is used to convert the group type to the project type.

Show: