Web Tabs
The Webtab location allows a widget to appear as a dedicated tab or page within the application. It provides a full-screen or near full-screen workspace for complex interactions.
Commonly used for :
- Feature-rich tools
- Configuration interfaces
- Advanced data visualization or management screens
The widget operates independently of specific records unless explicitly linked.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
'locale': [
'en'
],
'service': 'FINANCE',
'whiteListedDomains': [],
'modules': {
'widgets': [
{
'location': 'webtab',
'name': '<widget_name>',
'url': '/app/index.html',
'logo': '/app/img/logo.png'
}
]
},
'config': [],
'usedConnections': []
}
Reference Image :
