Skip to main content

Details Page Button

This location provides a button within a record’s detail view. Clicking the button launches the associated widget for the selected record.

Commonly used for :
  • Perform record-specific operations
  • View extended information
  • Trigger workflows related to the current record
The widget runs in direct context of the selected item.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
 'locale': [
  'en'
  ],
 'service': 'FINANCE',
 'whiteListedDomains': [],
 'modules': {
  'widgets': [
   {
    'location': '<module_name>.details.button',
    'name': '<widget_name>',
    'url': '/app/index.html',
    'logo': '/app/img/logo.png'
   }
  ]
 },
 'config': [],
 'usedConnections': []
}
Reference Image :
details-button
Related Modules :