Skip to main content

Add Line Item

The Line Item Add location allows widgets to participate in the process of adding line items to a record. It provides the ability to assist or automate line item entry.

Commonly used for :
  • Selecting items from external sources
  • Auto-generating line items
  • Applying bulk or calculated values to line entries
The widget integrates directly into the line-item workflow.
Sample Plugin-Manifest Json :
REQUEST DETAILS
{
 'locale': [
  'en'
  ],
 'service': 'FINANCE',
 'whiteListedDomains': [],
 'modules': {
  'widgets': [
   {
    'location': '<module_name>.lineitem.add',
    'name': '<widget_name>',
    'url': '/app/index.html',
    'logo': '/app/img/logo.png'
   }
  ]
 },
 'config': [],
 'usedConnections': []
}
Reference Image :
lineitem-add
Related Modules :