Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I'm not understanding why Josh can't use the native button set up by the native wizard to import the stabndatd set of temp,acted tasks. That button can be also natively configured to import unlimited levels of grandchildren.
I agree, that there is no concern about creating a whole lot if task records. They are lightweight records. You could have 100,000 of them with no performance o r space limit problems.
I agree, that there is no concern about creating a whole lot if task records. They are lightweight records. You could have 100,000 of them with no performance o r space limit problems.
MCFNeil
8 years agoQrew Captain
Say you use the 'native' solution. Your process would be...
I have a client, I need to make a new project.
So I go find my 'template project' in my project table. And do the copy master detail record option. Then when it is copied, I associate it with the client.
Sure its one extra step, but do it a lot...
Then you need to make sure that you account for all of those 'template' projects in your reporting because they are stored in your live tables, otherwise it can mess up your reports. So you have to add an extra filter to every single report on the project table, and every single report on the standard task table.
Now assume you have 3+ type of task list, you have to make fake projects for all of those. You also need a way to find all of those variations when it comes time to copy.
Basically, its a crutch and shouldn't be done when you want to make clean, efficient, manageable and scaleable apps.
I have a client, I need to make a new project.
So I go find my 'template project' in my project table. And do the copy master detail record option. Then when it is copied, I associate it with the client.
Sure its one extra step, but do it a lot...
Then you need to make sure that you account for all of those 'template' projects in your reporting because they are stored in your live tables, otherwise it can mess up your reports. So you have to add an extra filter to every single report on the project table, and every single report on the standard task table.
Now assume you have 3+ type of task list, you have to make fake projects for all of those. You also need a way to find all of those variations when it comes time to copy.
Basically, its a crutch and shouldn't be done when you want to make clean, efficient, manageable and scaleable apps.