A collection of standalone Deluge functions, widgets, and other utilities for Zoho CRM. Each widget folder contains its own README with setup instructions.
Note
The Dynamic Widget and Search Records Widget have been superseded by mosaic-zcrm, which covers both (forms, tables with static/COQL/search sources, and much more) with a cleaner API. They remain here for existing users but are no longer actively developed.
| Widget | Status | Description |
|---|---|---|
| Dynamic Widget | Archived - see mosaic-zcrm | Configurable widget launched from client scripts - messages and multi-field forms |
| Search Records Widget | Archived - see mosaic-zcrm | Search, filter, and select records from any CRM module |
| Developer Dashboard Widget | Active | Developer dashboard for inspecting your CRM org |
| Function | Description |
|---|---|
| between | Check whether a numeric value falls within a range - supports hyphenated ranges and >= notation |
| create_indexed_list | Generate a list of sequential indices (workaround for Deluge's lack of while loops / range functions) |
| get_user | Look up a Zoho user by full name, ID, or email |
| local_datetime | Current timestamp in the logged-in user's local timezone |
- mosaic-zcrm - a full popup/flyout widget framework for Zoho CRM client scripts: multi-field forms, data tables (static/COQL/search sources with export), HTML & PDF viewers, PDF fill/merge, command palette, and more - all from single synchronous calls. The spiritual successor to the Dynamic Widget in this repo.