Need to know if i can do this with a simple view filter.
I have 1 x Account with multiples work orders.
I want to create an account view based on 2 different work orders (child records).
So i have ACC-A and WO-A and WO-B
I want a list of all accounts where WO-A has a system status of Close-Posted
AND
Where WO-B has a system status value of open-scheduled.
I works well for one or the other but is there an easy out of the box way to make it check the 2 x WOs?
So i want to check 2 x child work order statuses.
Thanks