You are here:
Customize Buttons, Actions, or Fields in the Enterprise Sales Management UI (Managed Package)
Your Enterprise Sales Management implementation provides a number of buttons, actions, and fields to enable you to easily navigate the app or perform various actions. As you use and customize your implementation, you might want to use new buttons, actions, or fields, in addition to those that are provided by default.
This feature is part of the Communications Cloud managed package.
If you want to override the default functionality provided by the buttons, actions, or fields provided in the Enterprise Sales Management UI, you can do so by providing custom logic in the relevant LWCs. If you would rather retain the default functionality while adding new functionality, you can do so by updating the existing logic in custom components.
- Add a New Button in the Cart Summary Pane (Managed Package)
In Enterprise Sales Management, you can display additional buttons in the cart summary pane. By default, the cart summary pane has buttons labeled Add Products and Create Order. Let's say you want to add a button labeled Go To Quote. Here's how you can add this button in the cart summary pane. - Add a New Action in the Actions List in the Cart Summary Pane (Managed Package)
In Enterprise Sales Management, you can display additional buttons in the cart summary pane, if required. By default, the cart summary pane displays a list of actions that you can perform, such as Create Order and Create Proposal. Let's say you want to add an action labeled Apply Adjustment. Here's how you can add this action in the actions list in the cart summary pane. - Add Slots in Quote Header (Managed Package)
In Enterprise Sales Management, you can add slots in the quote header by extending the b2bCartSummary card. By default, the quote header has three slots that help you capture relevant information such as, cost, margin, and so on. - Display an Additional Field in the Enterprise Sales Management Cart (Managed Package)
When you're configuring products in the cart, you might want to view additional fields on the shopping cart page. - Modify Layout Session Variables to Display Enterprise Sales Management UI Changes (Managed Package)
Clone and modify the b2bSampleApp card to display changes you make to your Enterprise Sales Management UI. - Configure Quick Navigation Button Visibility on Enterprise Quotes (Managed Package)
Control the visibility of the standard navigation buttons (Quote, Account, Opportunity) displayed in the header of the Enterprise Quote page. - Customize the getCarts API Call Settings
You can preconfigure the price parameter and a validation flag in the getCarts API call settings within the attribute update flow, and thus bypass pricing and validations when necessary. This configuration gives you precise control to tailor the API's behavior to your workflow requirements.

