Basic Web Client setup - 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

In a basic Web Client setup, the WebExtensibility client API is leveraged to display data in the Web Client from an external application through a URL connection:

  1. The user configures a method to launch an external application using Extensibility.

  2. The Web Client creates an iframe and uses a URL to point to the external application as the source.

  3. The external application loads and communicates with the Web Client using a window.postMessage API.