Hello, I have an Order object that has a Customer child object. Before I did not have a many-to-one relationship set up and I was simply returning the CustomerID. With that approach I could easily filter by CustomerID. Now I set up a many-to-one relationship and I am unsure of how to filter by CustomerID when I load a collection of Orders. Any advice?
Thanks!!