How should the Admin meet this requirement?

The products sold by Universal Containers (UC) have a Product Family of Hardware or Software. Each Quote should only contain one of the Product Families. At the time of Quote creation, the sale rep is required to populate a custom picklist with the API name Family__c with values of Hardware and Software.

If the sales rep selects Hardware for the Family__c field, the rep should only be able to add Products with the Product Family of Hardware to the Quote. The same premise applies for the value Software for the Family__c field.

How should the Admin meet this requirement?
A . Create a Custom Action Condition related to the Add Products Custom Action where:
Target Object is Quote
Field is Family__c
Filter value is Product Family

B . Create a Custom Action Condition related to the Add Products Custom Action where:
Target object is Product
Field is Product Family
Filter Value is Family__c
C . Create a Search Filter related to the Add Products Custom Action Where:
Target Object is Quote
Target Field is Family__c
Operator is Equals
Filter Source Object is Product
Filter Source Field is Product Family
Hidden is True
D . Create a Search Filter related to the Add Products Custom Action Where:
Target Family is Product
Target Field is Product Family
Operator is Equals
Filter Source Object is Quote
Filter Source Field is Family__c
Hidden is True.

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments