Custom Action Widget
This location allows a widget to be triggered through a custom-defined action. The action can be placed in menus, buttons, or contextual options provided by the platform.
Commonly used for :
- Perform specialized operations not covered by default actions
- Launch custom workflows or tools
- Execute logic based on the current record or page context
The widget runs only when explicitly invoked by the user.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
'locale': [
'en'
],
'service': 'FINANCE',
'whiteListedDomains': [],
'modules': {
'widgets': [
{
'location': 'customaction.widget',
'name': '<widget_name>',
'url': '/app/index.html',
'logo': '/app/img/logo.png'
}
]
},
'config': [],
'usedConnections': []
}
Note:
This widget location is only available in the developer portal of the Zoho Finance apps.
Reference Image :
Related Modules :