Share via


EcoResCategoryTreeDatasource.itemTextEx Method [AX 2012]

Retrieves the tree node item text to be displayed.

Syntax

public str itemTextEx(
    anytype _idTxt, 
    anytype _descriptionTxt, 
    str _friendlyName)

Run On

Client

Parameters

  • _idTxt
    Type: anytype
    The category ID text.
  • _descriptionTxt
    Type: anytype
    The current category name text.
  • _friendlyName
    Type: str
    The current category friendly name text.

Return Value

Type: str
The concatenated tree node item text for display purposes.

Remarks

This method is used to control whether the commodity code will be displayed together with the category name in the tree view control.

See Also

Reference

EcoResCategoryTreeDatasource Class