| Previous topic :: Next topic |
| Author |
Message |
edgarecayce
Joined: 21 Jun 2006
Posts: 35
|
| Posted: Fri Jun 01, 2007 5:08 pm Post subject: Database Documentation?? |
|
|
Is there a document that describes the tables, relationships and fields for vTiger? Some of it I have figured out but some is pretty cryptic. I am trying to rearrange the fields in my forms so things are a little easier.
I ahve a support agreement if that helps. |
|
| Back to top |
|
edgarecayce
Joined: 21 Jun 2006
Posts: 35
|
| Posted: Fri Jun 01, 2007 5:09 pm Post subject: Re: Database Documentation?? |
|
|
| oops forgot to mark topic as watched |
|
| Back to top |
|
Lukas
Joined: 22 Sep 2006
Posts: 408
Location: Czech rep.
|
| Posted: Sat Jun 02, 2007 3:31 am Post subject: Re: Database Documentation?? |
|
|
Hi edgarecayce,
i have this experience with vtiger DB documentation:
best is just looooking/learning into database and try read some tips from wiki and forums. Nothing more.
p.s. concrete question = concrete answer ... what do you want to do ? ...
Regards,
LN |
|
| Back to top |
|
edgarecayce
Joined: 21 Jun 2006
Posts: 35
|
| Posted: Mon Jun 04, 2007 4:24 pm Post subject: Re: Database Documentation?? |
|
|
Thanks Lukas.
What I am trying to do right now is reorganize the layout of fields in the Leads, Accounts, and Contact modules. I have a number of custom fields and they are all jumbled around.
I know that vtiger_field has info on fields, and I figured out that "block" refers to the display block, and "sequence" is the order in which they appear. I used this to move some fields out of the "custom fields" block and into the top block, and to reoder them.
What I would like to do is add my own blocks of fields. I see that vtiger_blocks has info on blocks, but I am unsure of what fields in this table mean. For instance, in "blocklabel" there are a lot of LBL_xxx constants - where are these defined? Can I make my own label?
Ed |
|
| Back to top |
|
Lukas
Joined: 22 Sep 2006
Posts: 408
Location: Czech rep.
|
| Posted: Mon Jun 04, 2007 7:16 pm Post subject: Re: Database Documentation?? |
|
|
Hi Ed, i don't know exactly, sorry.
I hope atleast this can help you :
1 -> something about blocklable
2 -> something about UI types
3 -> There is attached a data schema
4 -> ER diagram generated by Aqua data studio attached
5 -> Try analyze modules/Users/DefaultDataPopulator.php
Regards,
LN |
|
| Back to top |
|
edgarecayce
Joined: 21 Jun 2006
Posts: 35
|
| Posted: Mon Jun 04, 2007 7:41 pm Post subject: Re: Database Documentation?? |
|
|
Holy crap! nice ER diagram...
Thanks for the help - I will check these out.
Ed |
|
| Back to top |
|
| |