Exposing the classification tree in the client - SmartPlant Foundation - IM Update 48 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

Use the Load Object method and a drill down tree item to expose the classification tree in the client. It can be set to reload the method if the configuration changes.

SHARED Tip A configuration-controlled tree needs a configuration independent top node.

When exposing the classification tree in the tree view:

  1. Use the LoadObject client API with the following parameters:

    1. Interface name to search - The name of the interface on the classification class definition. For example, ISPFDocumentClass

    2. Object name or UID - The name or UID of the classification object to retrieve, such as $Plant, $User, CURRENTCONFIG, CURRENTQUERYCONFIG, or CONFIGLEVELn. For example, CONFIGLEVEL1 = plant.

      If a name is not used, you can use the UID to ensure the method finds the correct object.

    3. ReloadOnCreateConfigLevel1Change - The default is False. Set to True for configuration dependent classification trees.

    4. ReloadOnQueryConfigChange - The default is False.

  2. Create a drill down tree item and relate it to the Load Object method.

  3. Relate the VIEWONLY access group to the Load Object method.