Share via


ProjTransCost.categoryId Method [AX 2012]

Returns the category ID for this transaction.

Syntax

public ProjCategoryId categoryId()

Run On

Called

Return Value

Type: ProjCategoryId Extended Data Type
The category ID for this transaction.

Remarks

This method returns an uninitialized value and must be overridden by classes that extend this class to provide the necessary functionality for the specific cost transaction.

See Also

Reference

ProjTransCost Class