⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

How to insert dependent crud...



TechDaddies-Kevin

TechDaddies-Kevin
  • profile picture
  • Member

Posted 23 May 2012 - 15:51 PM

Hello! I've got a problem that I hope is easy to solve (BTW, I LOVE this software. It has made the generation of simple CRUD interfaces SO much simpler)

Here is the rundown:

We have schools. Schools have campuses. Campuses have programs.

I've already set up the CRUD for the schools and that works great. What I want now is that if the user is EDITING a school, below the normal CRUD fields is the CRUD table listing the school's campuses, along with the add button to add a new campus for that school. If the user is EDITING a campus, below that I want the CRUD table for the user to manage the campus' programs.

How can I achieve this? I assume it's possible and straight-forward, but I'm having a heck of a time figuring it out.

Thanks in advance!

TechDaddies-Kevin

TechDaddies-Kevin
  • profile picture
  • Member

Posted 24 May 2012 - 14:00 PM

Anyone? We really need to get this working and I can't for the life of me figure it out.

kenvogt

kenvogt
  • profile picture
  • Member

Posted 24 May 2012 - 18:31 PM

There is an example described here. Does it address your questions?