A Salesforce Administrator at an automotive fleet management company is creating an Opportunity report to evaluate vehicle leasing pipeline records. The leadership team requests the following report criteria:
1. Include deals with an Amount greater than $100,000 OR deals in the 'Negotiation/Review' stage.
2. Exclusively restrict results to accounts headquartered in 'California' or 'Texas', regardless of amount or stage.
3. Include only opportunities whose parent Account has at least one related Service Contract record.
The administrator creates three field filters:
- Filter 1: Amount > 100000
- Filter 2: Stage equals Negotiation/Review
- Filter 3: Billing State/Province equals California, Texas
Which TWO configuration steps must the administrator take to meet these business requirements?
- Set the report filter logic string to (1 OR 2) AND 3.Cevap
- Add a Cross Filter on the report for Opportunities with Accounts, with a sub-filter of Service Contracts with Count greater than or equal to 1.Cevap
- CSet the report filter logic string to 1 OR (2 AND 3).
- DCreate a bucket field on the Account object to filter out opportunities without related service contracts.