How do I create a search filter that searches the following example:
Say I am searching a CarTrade object which has a BuyingVehicle (Vehicle Object) and a SellingVehicle (Vehicle Object). The Vehicle Object has a VIN number.
I want to search for all CarTrades where the BuyingVehicle.VIN is "X" and the SellingVehicle.VIN is "Y".
Could someone give me an example with this scenario?
Thanks,
Billy Jacobs