Hello All,
I have a question. While creating attributes for an entity service, we have an option to select it as key or complex. Suppose if we choose many attributes as key , then will it be a composite key ?
Like if we created Entity "project", and then create following attributes
Dept (Key)
ProjectName (Key)
Description
Then will Dept and ProjectName together form a composite key ? or they will be individual keys for the project?
Thanks
Ashutosh Rastogi