How should we design the programe if we like to add up more detail ?
-
According to the front end field right now it's too short.It shows just Name and Addres (example) if we like to add up more details of the front end.How should we design the programe? We need some help on this point. Thank you in advances.
what?
-
what?
I would like to design database and coding program example the right now the screen customer have field Name and Address (textbox for entry) but right now user request field Phone. I would like to add up field by user (user have back end screen (screen for setting) him can create field "Phone" by i don't modify program).Thank you in advances.
-
what?
I have idea. you can see http://www.zoho.com/crm press online demo press setup example header "Lead Einstellungen" press Felderliste. Right now you can add field by press "New custom field" .I would like to design and code program like that.Thank you.
-
According to the front end field right now it's too short.It shows just Name and Addres (example) if we like to add up more details of the front end.How should we design the programe? We need some help on this point. Thank you in advances.
You can architect an application to automatically create new database fields on the fly. This will allow you to extend what you are storing in your application as the application grows. What becomes difficult, is reporting against the fields you've added. Reports are usually a fairly straight forward thing, unless there are undetermined fields you need to report against. Either way, if I understand your question, these approaches have been taken in many products, but require a seperate meta-data database to do a prelimary data build before running queries. If you are looking to accomplish this because there is no design yet defined for your application. I strongly suggest that you put it down on paper before you try and put it together. The reason why I believe that planning and architecting is so important is because if you ask anyone to go into a 40 story building, knowing that the builders didn't use blueprints to build it, instead, they just threw it together, the people you ask to go into that building will tell you NO. Hope this helps! ~ CodeDoctor ~