Display objects using internal names - 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)

By default, all data objects are presented to the user with the display name text taken from the object definition or the internationalization resource file. On some occasions, it is necessary to identify the objects by their internal name, and there is an option for this.

The system displays objects in list views and drop-down menus as follows:

Schema objects

  • Display the Name by default.

  • Display ISchemaObj.DisplayName defined in preferences if present.

  • “Display internal object names” overrides the ISchemaObj.DisplayName and any internationalization and displays the original Name on IObject.

Data and Administration objects

  • Display the Name by default.

  • Display ISPFDisplayOverride.NameOverride defined in preferences if present. This can be used to internationalize classification trees, for example.

  • ISPFGUIDisplay.SPFGUIDisplayAs is used to define the text to be displayed in the GUI, such as the menu item text or the display item text.

  • Display internal object names overrides the ISPFDisplayOverride.NameOverride and any internationalization and displays the original Name on IObject.