Manage Connectors
Last updated
Was this helpful?
Last updated
Was this helpful?
Connectors allow you to connect to third-party sources of data. Examples of these Data Sources include databases, Data Streams, or Recommendations, which can be integrated into the Application and are needed if you want to display any real-time or context data to the user on a Page of an Application.
Creating a Connector can be divided into two parts:
Connectors are generally written in C# as library projects that make use of the NuGet package.
XMPro.Integration.Framework requires your project to be written using a predefined structure. This structure requires you to implement certain interfaces.
To learn more about how to use this framework, refer to instructions.
After writing your code, you need to use the Windows 10 desktop application to package your Connector.
This application allows you to specify all the properties your Connector requires, add the user settings in the form of controls, and allows you to upload the DLL of the Connector you’ve written. Finally, it will create a file with a “.xmp” extension, which you can upload to App Designer and start to use to build Applications.
To package the Connector, refer to instructions.
Connectors can be added via the Connectors page before being used in any of the Applications.
Click on the Connectors page from the left-hand menu.
Click on Add.
Upload the xmp file of the Connector.
The unique ID, name, version, and description are re-filled based on details from the file uploaded.
Add the category.
Click on Save.
Selecting an existing Connector opens the configuration panel where details for the Connector can be viewed. The category can also be changed here.
Connectors can be removed via the Connectors page. To remove Connectors:
Open the Connectors page from the left-hand menu.
Click Select.
Select the Connectors that you would like to remove.
Click Delete.
5. Confirm that you would like to delete the Connectors selected.
Open the Connectors page from the left-hand menu.
Select a Connector to view its information.
Each version is shown along with the number of Applications still using that version.
Select the version to view the complete list of Applications still using that version.
Click on the Connectors page from the left-hand menu.
Click on Manage Categories.
The list of existing categories is shown.
Click on Add.
5. Name the category. 6. Click on Add.
Categories for Connectors can also be edited or removed. To edit or remove a category for Connectors, select the category from the list of existing categories to enable the edit and remove options.
Help documentation is available for every Connector. These pages provide context, configuration definitions, an example, and release notes to help if you are unsure of anything related to the Connector you are configuring.
When a new of a Connector is added, the Connector will be updated to the new version. The old version will remain and Applications using the old version of the Connector will continue to use that version until it is upgraded manually.
Users with rights and Admins see the usage count for all Applications, whereas other users see the usage count of Applications to which they have access.
Connectors can be organized into categories. These categories are separate from the .