Adding values in form is disabled

1
Hi team, I created a form where  to add values of the attributes of allergy and medication in a form but when I enter to type, it seems to be disabled. I have given access right for that clinical user for that entity in domain model, given page access too. I have attached the screenshot of page, domain model and access rules. Please help me with this please?   Domain model:   Access rule for medication entity : Access rule for allergy entity:   Medicatiuon form page:      
asked
1 answers
2

You have to create the objects of allergy and medication entities before displaying the fields in a page. Ideally these 2 objects needs to be associated with a patient objects as well. So please create these 2 entities before navigating to the page as the data view for these fields are 'medication over association Patient_medication' 

answered