You are here:
Configure the Multi-Site Group Pane in Industries Cart
You can modify the multiservice-cpq-group-list card and template to configure the Multi-Site group pane. The group pane is the pane on the left of Industries Cart and includes the group name of the service points, the market identifier, and the name of the premises. You can modify the appearance of the group pane by adding new fields, hiding the default fields, or changing the layout depending on your specific business needs.
- Log in to Salesforce.
- Go to the App Launcher.
- Search for and open Vlocity Cards.
- Search for and open the multiservice-cpq-group-list card.
-
Click the Edit Template link to modify the multiservice-cpq-group-list template.
The template appears in HTML view. Modify the code to display Premises instead of Market Identifier in the Industries Cart view. For example, delete the groupedItem for Market Identifier and replace it with groupedItem for Premises.
<span class = "slds-truncate" title = "{{groupedItem.Name.value}}"> <a href = "{{groupedItem.quoteURL}}"> { { groupedItem[$root.nsPrefix + 'MarketIdentifier__c'].value } } </a> </span>NoteThe
groupedItemJSON field contains all the default columns that appear in the service points results list. - Click Save.
- Slide the Activate button to deactivate the multiservice-cpq-group-list card.
-
Add your custom fields in the Input Map section to view the field details from the API.
This is a comma-separated list.
- Click Activate.

