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 sales rep is required to populate a custom picklist with the API name Family__c with values of Hardware or 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 Search Filter related to the Add Products Custom Action where:
– Target Object is Product
– Target Field is Product Family
– Operator is Equals
– Filter Source Object is Quote
– Filter Source field is Family__c
– Hidden is True
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 Custom Action Condition related to the Add Products Custom Action where:
– Target Object is Quote
– Field is Family__c
– Filter Value is Product Family
D . 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

Answer: D

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
VIJAY
VIJAY
3 years ago

A . Create a Search Filter related to the Add Products Custom Action where:
– Target Object is Product
– Target Field is Product Family
– Operator is Equals
– Filter Source Object is Quote
– Filter Source field is Family__c
– Hidden is True

Option A is correct, we need to add filter on the Product (Target) based on the Quote field.