Example of Field Set Assignment for Sales Orgs
Here’s an example to help you to understand field set assignment for sales orgs.
Required Editions
Available in: Lightning Experience Available in: Enterprise and Unlimited Editions where Consumer Goods Cloud is enabled |
-
Add fields to the FilterCriteria_0001 field set.
The image shows the list of fields added in the filter.
The field set has these missing fields:
- Pack Size Unit
- Product Code
- Name
-
Add all fields from the FilterCriteria_0001 field set to the Product_FilterCriteria_0001_<x> records.
Considerations for adding the field set to sales orgs:
- To include the new field in all sales orgs, select or create the Product_FilterCriteria_<last index> record.
- To include the new field in a specific sales org, select or create
the Product_FilterCriteria_<sales org name>_<last
index> record.
Note Each record supports only 255 characters. If adding your field name surpasses the limit, create a record by increasing the index by one. For example, you select Product_FilterCriteria_0001_3, and the new field you add exceeds 255 characters. Then create the Product_FilterCriteria_0001_4 system setting, and then add the field to the new record. - All Product_FilterCriteria records are concatenated to generate the final list of fields. This concatenation produces a string whose field names are separated by commas and are without spaces. For example, you’ve Product_FilterCriteria_0001_1 and Product_FilterCriteria_0001_2 records with cgcloud__criterion_product_1__c and cgcloud__criterion_product_2__c values. When you concatenate these records, you get cgcloud__criterion_product_1__ccgcloud__criterion_product_2__c. The fields aren’t properly comma-separated. So, add a comma to the second indexed item (Product_FilterCriteria_0001_2) so that the value is cgcloud__criterion_product_2__c. The final concatenation is cgcloud__criterion_product_1__c,cgcloud__criterion_product_2__c.
Did this article solve your issue?
Let us know so we can improve!

