Error with the Add button in the Rapid Developer (Analyst) tutorial

0
Hi!   On the tutorial « Become a Rapid Developer (Analyst)/Add Data to your App”, I have an error I do not understand. The error is the same in the Web Studio and in the Pro version. It says the page must have a data view that accept an object of type “course”. But, as far I understand it, there is list view in the page with this entity, course.   Please, have a look at the screenshots.                   So, the page has data view that accept an object of type “course”, I don’t understand why I have this error message.   Thanks for your help 😊   Richard
asked
2 answers
0

The add button expects a page that accepts 1 course, this would be a page with a dataview with the source being the course entity. You are currently referring to the overview displaying the courses.

So you’ll need a Course_NewEdit page containing a dataview with the datasource Course and use this page in the page property of the Add button

answered
0

Thanks a lot :) ! I guess this should be in the tutorial.

answered