Skip to main content

what are the best practices/recommendations for working with a database that has tables configured with composite keys?

Hi jwstl98

 

There should be no practical difference working with database tables with composite keys as opposed to tables with a single PK. When K2 creates the service objects it will create the required input properties based on the table keys (e.g. for Read it will require input of all key properties).


Reply