Add Custom Widget to ServiceDesk Plus Cloud

Role Required: SDAdmin

Go to Setup >> Developer Space >> Custom Widgets and click New Custom Widget. Follow the steps mentioned below to configure your own custom widget.

The custom widget will be listed on the list view page.

 


Run the Server Locally 

Before running the server locally, make sure that you have met the following pre-requisites:

Run the following command to start the HTTP server that runs your custom widget locally. This command makes use of the 5000 port of your local machine.

$ zet run

 

An illustration on running ZET installation on macOS terminal

 

To verify the successful running of the server, open the given URL in your browser: https://127.0.0.1:5000/

Changes you make in any file under the 'app' folder will reflect in the corresponding custom widget in ServiceDesk Plus Cloud. After the changes are reviewed, you can pack the custom widget using the 'zet pack' command and upload the zip on to ServiceDesk Plus Cloud.