Skip to main content

Details Page Sidebar

The Details Sidebar location displays a widget alongside a record’s detailed view. It allows the widget to show contextual information while the user is viewing or editing a specific record.

Commonly used for :
  • Displaying related data or references
  • Showing computed or derived information
  • Offering record-specific guidance or actions
This location supports continuous interaction without navigating away from the record.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
 'locale': [
  'en'
  ],
 'service': 'FINANCE',
 'whiteListedDomains': [],
 'modules': {
  'widgets': [
   {
    'location': '<module_name>.details.sidebar',
    'name': '<widget_name>',
    'url': '/app/index.html',
    'logo': '/app/img/logo.png'
   }
  ]
 },
 'config': [],
 'usedConnections': []
}
Reference Image :
details-sidebar
Related Modules :