I've built a user business class to store historical preferences by year for an employee. Is there a way to create a compound key on a user business class. The business class works and has a one to many relationship with the employee business class however I cannot get it to save multiple records. The key is employee, but I don't see how to add a compound key like employee and year? I believe in the ontology you can reference a surrogate? Any help is appreciated.