The Portals Extension Module has been created to allow 3rd party content and applications to be integrated inside Portals. The accompanying Portals API is divided into multiple parts: a message bus, query functions, trigger functions and a MySight interface.This documentation is split into several parts and each relevant section also includes a list of API functions:
Table of Contents | ||
---|---|---|
|
...
Setup
The Extension module allows integration of your application into portals by providing an iFrame for your content and an API for communciation with Portals. The module accepts an url and allows dynamic GET parameters to be passed to your application through that url. Just select the participant variables and master data you want to pass to your application and provide names for the GET keys.
A portals page can have several Extension modules on a single page and all modules can communicate with each other through the provided message bus in the Portals API.
For enhanced data exchange with EFS, we recommend that your application uses the EFS ServiceLayer in the backend to query and update data in EFS.
...