JIRA CODE : BGG-120
Description
We need to display a custom field in the Item group which should display the total price of its components. If the item group contains 3 items A, B and C then we need to populate the amount value sum of individual prices A+B+C to that field.
Solution
A. Generate the Item Group Price (total) by creating a Saved Search
- Navigate to Lists > Search > Saved Searches > New
- Click Item
- Click Criteria tab > Standard subtab, add the filter:- Type = is Item Group
 
- Click Results tab > Columns subtab, add the following fields:- Formula (Numeric) | Sum | {memberquantity} * {memberitem.price}
- Internal ID | Sum
 
- Click Available Filters tab, add the filter:- Internal ID | Show in Filter Region
 
- Edit Search Title to “Group Price”
- Click Save & Run
B. Display the Group Price on the Item Group record:
- Navigate to Customization > Lists, Records, & Fields > Item Fields > New
- Set the following:- Label = Group Price
- Type = Free-Form Text
- Store Value = False/Disabled
- Applies To = Group
 
- Click Validation & Defaulting tab > Search field > select Group Price
- Click Display tab > Subtab field > select Main
- Click Save