ProjCategory::name Method [AX 2012]

Returns the category name for the category ID value provided.

client server public static Name name(ProjCategoryId category)

Run On

Called

Parameters

category
Type: ProjCategoryId Extended Data Type
The category ID value.

Return Value

Type: Name Extended Data Type
The Name field from the ProjCategory table for the category ID provided.

No validation of the category ID value is provided by this method.

Show: