Create drill down tree items - 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)

Drill down items are so called because they are objects that are pre-populated in the tree view for navigating on structures, such as work breakdown, plant breakdown, or classification hierarchies.

A drill down item is defined to query the database and pre-populate the tree. It first evaluates the access control to see if it can run the query. If it can, it queries the database to find the item that matches the criteria and puts it in the tree view.

Where

  • HomeCollectionDrillDown is the name of the object being retrieved, for example, SPFEquipment.

  • Argument 1 is the interface to search.

  • Argument 2 is the name of the object to get to put into the tree.

Drill down must use the Load Object client API. For more information, see LoadObject client API.