I am not able to add a row in the database

0
Hi,   I added an Entity (Course List)  and a page (Course) on a column which is calling the page course to a button. But the parsing gives an error as below “The selected page “courses” should contain a data view  that accepts an object type “course_list”. What am I doing wrong.
asked
1 answers
0

The dataview has the entity course_list set as the source entity and you are trying to pass a different kind of object to the page. This is not possible. For reference have a look at this page from the documentation: https://docs.mendix.com/refguide/page

answered