Configure form title - 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

You can configure the form title for Update, Copy, and View forms. The form title contains two parts:

  • The first part is not configurable, it shows the display name of the method associated with the form.

  • The second part is configurable, it includes any property of the form.

To configure the second part, you need to configure the Title parameter for the CreateObj, EditObj, and ShowObj client APIs or for any method associated to these client APIs. For more information, see Common methods.

The Title parameter can include any of the following:

  • Static text such as Testing and so on.

  • Constants such as $Plant, and so on.

  • Expressions such as obj.classdefobj.name, obj.name, and so on.

    SHARED Tip These expressions must be enclosed within a set of ampersand (&) symbols, such as &obj.name&.

  • The Title parameter configured for any method associated to the CreateObj API can include only static text.

  • The Title parameter configured for a method associated to a client API is prioritized over the Title parameter configured for the client API and is displayed as the second part of the form title. For example, the Title parameter for the XmtlUpdUpdate method associated to EditObj client API already has static text configured as Testing. Now, configure the Title parameter for the EditObj client API to static text, Testing1. When you update the Transmittal form, the second part of the form title shows Testing.