Display objects using internal names - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

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.