Configuring methods for Extensibility applications - SmartPlant Foundation - IM Update 44 - Customization & Programming - Hexagon

SmartPlant Foundation Customization

Language
English
Product
SmartPlant Foundation
Search by Category
Customization & Programming
SmartPlant Foundation / SDx Version
10

All applications that use Extensibility use methods that are configured using the WebClientExtensibility Client API. You can choose how you want your method to display the Extensibility application in the Web Client as follows:

Display as a feature set

You can display an Extensibility application as a feature set on the Home menu. This is useful for scenarios where there is no starting object, such as a Power BI report.

  1. Create a new method.

  2. Select the WebClientExtensibility client API.

  3. Enter the URL of the application that you want to embed in the Web Client.

  4. Configure the Access Groups for the method.

  5. Relate the new method to the feature set in which you want to display the Extensibility application.

Display in the Actions menu

You can display an Extensibility application from the Actions menu. This is useful for scenarios if there is a starting object.

  1. Create a new method.

  2. Select the WebClientExtensibility client API.

  3. Enter the URL of the application that you want to embed in the Web Client.

  4. Configure the Access Groups for the new method.

  5. Relate the new method to the required object interface definition so that the method appears in the Actions menu.