Hi Cody,
It seems this video is outdated. Ever since version 9 of the Platform, scaffolding only creates two screens.
"With Platform 9, you only need two screens: the list screen (“Contacts”) and the new “ContactDetail” screen. This Details screen allows you to both show and edit a contact in a single page. This simplifies app navigation, while avoiding unnecessary screens and application logic."
You can read more here...
Let me know if this helps!
wrote:
It seems this video is outdated. Ever since version 9 of the Platform, scaffolding only creates two screens.
"With Platform 9, you only need two screens: the list screen (“Contacts”) and the new “ContactDetail” screen. This Details screen allows you to both show and edit a contact in a single page. This simplifies app navigation, while avoiding unnecessary screens and application logic."
You can read more here...
Let me know if this helps!
wrote:
I'm having the same issue, but from previous lessons it seems the detail screen is simply combining the show and edit functions into one web screen.