Proper way to make Contract-Order, force 1-1 relationship
up vote
4
down vote
favorite
I'm looking out for a way to make the relationship between Order and Contract , 1-1 , The relationship between both, is optional, but still, I'm unsure if I need to add a custom field to Contract that points to the corresponding order, of if there is a way to declarative restrict the relation, and also allowing for a direct query without the nested sub query in SOQL. Any Idea?
soql relationships order contracts
share | improve this question
asked Dec 12 at 19:49
ekiim
88 9
...