By Clay Li on Sunday, 10 May 2026
Category: Feature

Calem Integration 4b: Integrating Work Orders with ArcGIS

A plugin is available to integrate work orders into Esri ArcGIS for analysis and reporting in R2026c release (May 2026). The metadata and GIS data of work orders are added to ArcGIS via API. For instance, the map below shows red dots and a segment in purple for maintenance work performed in a roadway.

1. Feature Layers in ArcGIS

The first step is to set up data models in ArcGIS for integration with Calem. Feature layers in ArcGIS are used for this purpose.

Next, provision an API key for Calem integration.

 2. Calem Plugin for ArcGIS

Next step is the setup of Calem plugin for ArcGIS integration. Define work order fields matching the data models in the feature layers above.

Next, provision an API key and service URLs.

 The last step is to add the plugin to Calem. 

3. Data Change Event and Listener

The plugin is connected to ArcGIS through the data change framework in Calem.

Next, provision a work order change event for work order status changes.

Finally, provision a cron job to execute the integration process of the plugin every 4 minutes if "Sync" is not checked in the event setup - see Admin Guide for more info.

Additional Resources

Related Posts