BPM & Automation  - 4min

4 technical challenges that didn't block development of the Customer Service Center on Bonita

4 technical challenges that didn't block development of the Customer Service Center on Bonita
Shamil Hassanaly
November 03, 2021

When the Bonita team tackled the task of creating a new Customer Service Center on Bonita, they met a few challenges along the way. Here are 4 of them.

Whenever an organization decides to go the custom route rather than using off-the shelf solutions, it will face a set of unique challenges. But the advantage of custom development on a platform that provides coding extensibility is that there is almost always a way to work around a problem, even as PaaS packaging brings some extensibility constraints. In our case, we faced four major (and many more minor) challenges in building a Customer Service Center that incorporates both access to a variety of resources and helpdesk ticketing.

The challenge of customization

What is presented to an individual when they arrive at the customer service center depends on each customer's subscription status, so that status has to be confirmed and taken into account automatically to configure the page before the user even sees it.

The challenge posed by CRM integration

When companies use CRM systems with a rich set of APIs for communication (in our case, Salesforce), setting up two-way communication between the customer service center and the CRM is very useful. But requesting information from the CRM each time it is needed to display in summary tables or detailed views is slow and can significantly degrade the user experience.

The challenge of file storage

Some of the features in a customer service center require sending and receiving files: attaching log files to a customer's case, downloading product releases, generating license files, and so on. Using the local filesystem is not an option on a PaaS, and using (S)FTP(S) might not be an option for security reasons.

The challenge of external executables

One of the main limitations of a PaaS is that you can't have access to the underlying systems, in particular the infrastructure. On premises, it's fine to run external pieces of code (shell scripts, jars, etc.) from the platform environment to generate licenses. Within a cloud environment, this is not possible.

Ultimately, the cloud production environment for a PaaS-based customer service center solution can be clustered on containers running behind a load balancer, with the databases backed up every day. HTTPS should be enforced by default as well as by security policies.

All cloud vendors offer Java software development kits that make them easy to integrate inside integration connectors and REST API extensions, and we used them extensively in our project. Functions are easy to integrate through the Java SDKs of most cloud vendors. This option brings a full range of possibilities, as functions can be written in a wide range of languages for many purposes, such as allowing external code to generate the unique licenses the customer service center must provide to each customer.

And to mitigate slowdowns due to frequent calls for CRM data, we chose to integrate a distributed cache to store the information locally.

A Customer-Centered Customer Service Center

A custom-built customer service center can leverage the power of CRM data organization and management and of a standard helpdesk ticketing system through integration. At the same time it includes key technical elements (like licenses) and other information not contained in the CRM (access to documentation and training), all presented in an interface designed and tested with usability best practices and the advice of usability experts.

As an added benefit, the business process management-based platform also shows customers visually the progress of their individual helpdesk and other requests.

Considering the customer journey, offering a one-stop customer service center helps potential enterprise customers in their decision process about whether to choose a particular software or platform solution. Once they have acquired the solution, the customer service center becomes a practical tool for their developers and business users.

It would be nice if customers never needed help and support, but the real world says otherwise, and giving them an easy-to-use, fully loaded place to go for help can be an innovative source of pride.

Read Shamil's article in full on Smart Customer Service

Avatar Shamil Hassanaly

Shamil Hassanaly

As Chief Customer Officer of Bonitasoft, Shamil  is responsible for the Customer Support Organisation, Professional Services, Customer Success & Training Departments. 

You might also like