The Anywhere Platform supports the creation of custom integrations with other systems. This section looks at how to register and manage an integration with the platform.
This page can be accessed from the Configuration workbench. From the menu, select 'Configuration' under the 'Administration' section. This will open the configuration workbench.
From the configuration workbench select Integration Library from the Integrations section.
Enter text in the filter criteria to restrict the integrations displayed
Integrations are done in two parts. The first part is creating the Integration entity so that the system can display details and logs about that integration; the second part is doing the technical work to create an integration
Navigate to the integrations library as described above in 'Accessing this page'
Click on the '+' button to the top right of the page, labelled 'New Integration'
Enter the necessary information for the Integration to be created
Click on the 'Save' button in the top-right
Technical intergation work should be performed outside of the system. This can be done in a number of ways from file-transfers and scripts to using the system's API
As part of the integration, insert records into the interface_log table with the integration ID. This will ensure that the logs are visible in the front-end.
The Integration log displays all logging records that the system keeps regarding the integration. Typical logging records might be start and end dates/times and success or failure flags to easily track if the integration job was successful.
Navigate to the integrations library as described above in 'Accessing this page'
Click on the integration to view its details and log
The integrations log will be displayed. A log is listed if the integration ID related to that logging record matches the Integration being viewed.
Navigate to the integrations library as described above in 'Accessing this page'
Click on the integration to view its details
Click on the pencil icon to enter edit mode.
Edit and update the fields for the integration record
Click on the 'Save' button to the top right.
Integrations can be deactivated if they are no longer to be used.
Click on the integration to view its details
Click on the pencil icon to enter edit mode.
Change the Active field to 0 (zero)
Click on the 'Save' button to the top right.