Question related to system domain model.

0
Hi, I am exploring the system module domain model in Mendix. In that, we can not add any entity, attributes, or association simply we can not edit anything. So my question is that can we make the domain model private or non-editable so that others can not do changes in the domain model. Correct me if I am asking the wrong question. Thank You
asked
2 answers
1

Hi Ankit,

Mendix doesn't have a feature to make the domain model of your own module read-only. You could post this as an idea on the Idea forum. If Mendix thinks it's a good idea too, it might be introduced in a future Mendix version.

Regards,
Matthijs

answered
0

Hi Ankit Gupta,

                       We can’t edit or add attributes or entities in the System module’s domain model. But we can give cross module association to the System module entities. I think, we can’t restrict other team members to access the domain model. Its common for all. If you want to access the domain model yourself, you should work alone instead of working with Team members. ;)

answered