Skip to main content

New Record Page Sidebar

The Creation Sidebar location appears during the creation of a new record. It allows widgets to assist users while they are entering data for the first time.

Commonly used for :
  • Providing guided inputs or recommendations
  • Auto-populating fields based on user selections
  • Validating or enriching data before the record is saved
The widget complements the creation flow without replacing the native form.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
 'locale': [
  'en'
  ],
 'service': 'FINANCE',
 'whiteListedDomains': [],
 'modules': {
  'widgets': [
   {
    'location': '<module_name>.creation.sidebar',
    'name': '<widget_name>',
    'url': '/app/index.html',
    'logo': '/app/img/logo.png'
   }
  ]
 },
 'config': [],
 'usedConnections': []
}
Reference Image :
creation-sidebar
Related Modules :