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:
-
The user configures a method to launch an external application using Extensibility.
-
The SDx Web Client creates an iframe and uses a URL to point to the external application as the source.
-
The external application loads and communicates with the SDx Web Client using a window.postMessage API.