Configure form title - SmartPlant Foundation - IM Update 46 - 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)

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.