Hi Experts.
Over the last few weeks I have been messing around with CAPM by building out a simple Doctor / Patient appointment booking scenario. Coming from a CRM background, my aim is to essentially test the Business Partner concept with CAPm whereby a person can take on multiple roles (i.e. a doctor can be a patient) and we need to normalise the data model do avoid replication of say Name, Surname etc.
In my scenario I have:
From what I understand (and what I observe from the database) is that the /srv Patient and Practitioner entities are generates as views. Consequently i am able to read Patients and Practitioners, but i am unable to perform Create, Updates or Delete operations.
What is the recommended approach form performing CRUD operations on entities that are views.
Any help will be appreciated