Developer Space
Testing Your Extensions
Introduction Before you deploy and publish your Extensions, and to ensure your extension works well, it's important to test it. Testing helps you find and fix any issues early. Zoho Developer Console provides a sandbox environment where you can test ...
Standalone Functions - Zoho People
Standalone Functions in Zoho People are custom Deluge-based scripts designed to execute independently when triggered via API calls. These functions accept external parameters, enabling dynamic data processing and logic execution within Zoho People. ...
Connections - Zoho People
Zoho People connection serves as a means to authenticate and establish a secure link between Zoho People and Zoho or third-party services for seamless integration. Think of it as a virtual 'login' that grants you access to your data across various ...
Extensions
What is meant by extensions in Zoho People? An extension is a software add-on that enhances the functionality of your service. You can build extensions using various languages, including HTML, JavaScript, and CSS. Sigma also offers functions for ...
Web Tab in Zoho People
What is Web Tab in Zoho People? Web Tab in Zoho People allows loading external websites or custom web pages/web apps created using Zoho CLI and JS SDK. It works similarly to the Custom Widgets feature in Zoho People. Where can Web Tabs be deployed in ...
Developer Space
What is the Developer Space in Zoho People? In Zoho People, Developer Space is a feature that allows developers to further extend the capabilities of the Zoho People HR platform. Access Zoho People configuration and data using secure APIs. Using the ...
JS SDK Library - Zoho People (Custom widget and Web tab)
The JS SDK library is a set of APIs which can be used in the widget and web tab to fetch form data from Zoho People without setting any authorization in the API request. For other Zoho People APIs, you must set up connections, refer to Invoke API via ...
Create Widgets in Zoho People
Upload your widget in Zoho People To upload your custom widget in Zoho People, do the following steps: 1. Click Settings > View all > Developer Space > Widgets. 2. Click Create New Widget. 3. Enter the name and description of your widget. 4. Select ...
Create Internal Widget or Web tab Packages Using Zet-CLI Tool - Zoho People
The Zoho Extension Toolkit (ZET) is a command-line interface designed to assist developers in creating application packages for Widgets or Web tab for integration with Zoho People. Prerequisites Download the nodejs source code from ...
Custom Widget
Custom widgets are embeddable user interface components that you can create and add to your Zoho People application. Widgets can be used to extend the application's front-end capabilities according to your requirements. Use widgets to perform ...