On Build an App in Mendix Studio 3.5.1

0
I made the CompletionDate attribute in the Domain Model in the entity Task I copied the DueDate to Completiondate in the Taskoverview page It is visible in the design view but it is not visible in the Preview mode. I don´t understand why?
asked
1 answers
2

Make sure to have enough read and write access for newly added attribute.

To view attribute values add, update attribute in New_Edit page as well and add some values in data base.

Check is there any condition visibility for attribute and access rules rules for overview page.

Lastly always check changes once run the modeler every time.

Hope this help.

 

 

answered