Share via


EcoResCategoryTreeDatasource.setStatus Method [AX 2012]

Sets the status of the currently selected category node.

Syntax

public void setStatus(
    boolean _isActive, 
   [boolean _noConfirmationDialog, 
    boolean _thisCatagoryonly])

Run On

Client

Parameters

  • _isActive
    Type: boolean
    A Boolean value that indicates whether to enable this category.
  • _noConfirmationDialog
    Type: boolean
    A Boolean value that indicates whether to display a confirmation dialog box.
  • _thisCatagoryonly
    Type: boolean
    A Boolean value that indicates whether to set the status to only this category.

See Also

Reference

EcoResCategoryTreeDatasource Class