Dear Microsoft Dataverse users,
we are working on a canvas app handling customer information. Our tables are "Customer" and "Product/Service". These tables have a many to many relationship and are therefore connected by a joined table. Coming from an SQL standpoint, the joined table should have a primary key, containing both customerFK aswell as the Product/ServiceFK. This table should be named "CustomerProducts".
So far, I have not found the option to create a composite primary key, consisting of both FKs. Any suggestions? Our alternative would be to create a new primary key.