I have a question which I'm not sure how to tackle.
We had initial specs of a master detail specification, but now they want "grandchildren" and "great-grandchildren".
So, instead of a simple master / detail, it's now a:
master
detail
grandchildren (details of details), 3rd level
great-grandchildren (details of grandchildren), 4th level
Can the details view have details off itself, then another level lower....basically, so I can now show all four levels?
Also, when the user clicks on one of the 10 master records, and goes to the 2nd page for the details, the customer wants the 3rd and 4th levels to show as well...and, I'm not really even sure how to do that.
So, an example flow would be:
I have 10 southern states, which are the masters.
If I click on any of the states, I'm taken to the details page which lists the cities of that state.
Under each of the cities, I show the counties...which would be the 3rd level, grandchildren.
And, under the couties, I'd show the sub-counties...which would be the 4th level, great-grandchildren.
Thanks!
We had initial specs of a master detail specification, but now they want "grandchildren" and "great-grandchildren".
So, instead of a simple master / detail, it's now a:
master
detail
grandchildren (details of details), 3rd level
great-grandchildren (details of grandchildren), 4th level
Can the details view have details off itself, then another level lower....basically, so I can now show all four levels?
Also, when the user clicks on one of the 10 master records, and goes to the 2nd page for the details, the customer wants the 3rd and 4th levels to show as well...and, I'm not really even sure how to do that.
So, an example flow would be:
I have 10 southern states, which are the masters.
If I click on any of the states, I'm taken to the details page which lists the cities of that state.
Under each of the cities, I show the counties...which would be the 3rd level, grandchildren.
And, under the couties, I'd show the sub-counties...which would be the 4th level, great-grandchildren.
Thanks!