Basic Web Client setup - HxGN SDx - Update 61 - Help - Hexagon

HxGN SDx Extensibility

Language
English
Product
HxGN SDx
Search by Category
Help
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.