Clay's Blog

These are the official blogs about CalemEAM.
Apr
27

How to Implement an ERP Integration in Calem


In the coming release of R21a, the Calem API has been extended to support the implementation of ERP (Enterprise Resource Planning solution) integration. Inventory integration is used as an example in this blog. Here is the data flow of the integration. Direction Object Calem to ERPRequisitions for spare parts created, and approv...
Continue reading
  2875 Hits
2875 Hits
Aug
07

How to Fetch Data Efficiently via REST API


This blog discusses options to keep a local copy of Calem data up to date via Calem REST API. The use case is as follows: A 3rd party app fetches asset, location and work orders from Calem. The data fetched is stored in a local database at the 3rd party app.The app needs to fetch data from Calem periodically to keep the local copy of data...
Continue reading
  4752 Hits
Tags:
4752 Hits
May
06

How to Integrate with Calem


​This is a summary of integration options available in Calem. They are organized into the following parts: API Integration - a third party application uses Calem REST API to integrate with CalemEvent Subscription - a third party application uses REST API to receive Calem data change eventsEmail Integration - Calem reads inbound emails to ...
Continue reading
  4224 Hits
4224 Hits
Dec
05

How to Get Aggregate Results with REST API

​REST API in Calem allows one to fetch data from a data table such as work orders, assets and locations. In release R2019e the REST API allows one to fetch aggregate results from a data table.  Prior to R2019e one can fetch a data list through a where, order by and limit clauses ("w", "o", and "l"): w URL encoded query string used in &ldq...
Continue reading
  3910 Hits
Tags:
3910 Hits
May
27

Calem Integration Part IV: How to Subscribe to and Receive Data Changes via REST API in Calem


Data change events and subscription are available in Calem Enterprise R2019b. Administrators can register 3rd-party applications as listeners in Calem. These listeners are notified when records are changed in Calem. Step 0. What is a Data Change Event A data change event is a user action to update data including creation, editing, and deletion...
Continue reading
  5181 Hits
5181 Hits