Hi Beraph,
Could you explain more your question.
Hello Sharad
Thank you for your quick reply,
I am a beginner on Mendix, I am trying to make my first test application.
After creating an entity, I noticed that an attribute was missing, by adding and restarting the missing information, I notice that there is no change on the application side.
Hi,
What kind of changes you were expecting and trying to achieve?
before there was no birthday after added it, no change when running the app
Hi,
You have added this attribute in domain model, so on running the app it will just synchronize the app with this new attribute as it was present before, by adding this now the object that you will create for your entity will have date as well as a property in which you can assign values.
Basically attributes are the blueprint of entity how its properties should look like, On running the app you cannot see any visual changes, create objects of this entity there you will get values s of date as well from now on after adding.