Multiple Search/Browse Screens to Same Form
Posted: Fri Feb 07, 2014 11:11 pm
Hi, I'm fairly new to nuBuilder and it seems like there should be better ways to do some of what I want to do so I'm hopeful people here might have some ideas for me.
To start with I'd like to be able to have multiple different browse screens link back to the same edit form. To clarify, my users would like to be able to search based on just one field at a time but no matter what field they are searching the form to modify the record should look the same.
Right now I'm creating separate forms for searching based on each different field which is not especially onerous in and of itself but then I also need to duplicate all of the objects for every field on each of those new forms. Being able to clone all of the objects on a form at the same time as the form is cloned would be a big help but it's still messier than it should be. I was reading this thread and it appears that's not possible anyway though (unless I break down and write some PHP to do it). Down the road when I change/add some fields I will also have to go through each of these forms individually and update them, a considerably time consuming task.
There are two nice solutions I'm wondering if either (or something else) is possible:
1. Link objects to more than one form, then I could just add/modify a single object and it would do so across all the forms I have tied to that object.
2. Come up with a more powerful browse/search screen so that users can change which fields are searched on the fly (and potentially also create compound searches e.g. A in field Z AND B in field X)
I have some other things I'm trying to figure out as well but right now this is the most pressing one.
Ideas?
Thanks!
To start with I'd like to be able to have multiple different browse screens link back to the same edit form. To clarify, my users would like to be able to search based on just one field at a time but no matter what field they are searching the form to modify the record should look the same.
Right now I'm creating separate forms for searching based on each different field which is not especially onerous in and of itself but then I also need to duplicate all of the objects for every field on each of those new forms. Being able to clone all of the objects on a form at the same time as the form is cloned would be a big help but it's still messier than it should be. I was reading this thread and it appears that's not possible anyway though (unless I break down and write some PHP to do it). Down the road when I change/add some fields I will also have to go through each of these forms individually and update them, a considerably time consuming task.
There are two nice solutions I'm wondering if either (or something else) is possible:
1. Link objects to more than one form, then I could just add/modify a single object and it would do so across all the forms I have tied to that object.
2. Come up with a more powerful browse/search screen so that users can change which fields are searched on the fly (and potentially also create compound searches e.g. A in field Z AND B in field X)
I have some other things I'm trying to figure out as well but right now this is the most pressing one.
Ideas?
Thanks!