Basic SDx setup - HxGN SDx - Update 68 - Administration & Configuration - Hexagon

HxGN SDx Extensibility

ft:locale
en-US
Product
HxGN SDx
Search by Category
Administration & Configuration

In a basic SDx single application extensibility setup, the WebClientExtensibility client API is used to display data in an iframe in the SDx Web Client user interface from an external application through a URL connection:

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

  2. The SDx 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 SDx Web Client using a window.postMessage API.