I would like to create two entities
Student and StudentInfo The end goal would be to see a list of students and then being able to go into a tab of that student to see its StudentInfo.
How would I go about starting this with the RAD tool? I was thinking of creating the Student entity first and having it appear on the Root and then the StudentInfo which would not have a menu position... Then going back to Student and adding a Navigation Property of StudentInfo.
2 Answer(s)
-
1
I was thinking of creating the Student entity first and having it appear on the Root and then the StudentInfo which would not have a menu position... Then going back to Student and adding a Navigation Property of StudentInfo.
This will work.
When you create StudentInfo, you can uncheck "Create user interface" if you dont want ui to be created.
-
0
This issue is closed because of no recent activity. Please create a new issue if you are still having this problem.