A System Administrator is configuring a standard Asset report in Salesforce for a hospital network's biomedical engineering team. The report must evaluate medical devices for scheduled maintenance based on the following criteria:
1. Filter 1: Asset Status equals "In Use, Under Maintenance"
2. Filter 2: Warranty Expiration Date equals NEXT 30 DAYS
3. Filter 3: Last Maintenance Date less than LAST 180 DAYS
Business requirements dictate that all returned assets must have a status of either 'In Use' or 'Under Maintenance'. Additionally, an asset must meet at least one of the two time-based criteria (warranty expiring in 30 days OR last maintenance over 180 days ago). Finally, any assets that already have an open Work Order must be excluded from the report results.
The Administrator has added a Cross Filter for "Assets without Work Orders" to handle the open work order exclusion.
Which filter logic expression must the Administrator apply to criteria 1, 2, and 3 to satisfy the business requirements?
- 1 AND (2 OR 3)Answer
- B(1 AND 2) OR 3
- C1 OR (2 AND 3)
- D(1 OR 2) AND 3