Re: pls advise on sugar database
Module Builder defines tables for new modules when you're creating the module. When you hit Deploy (or install it via the module loader) these tables are created (I'm guessing based on the vardefs.php in custom/modulebuilder/packages/<packagename>/modules/<modulename>). I don't know how you would link a manually created table to a module
but you usually shouldn't need to do so.
SugarCRM stores a 36-character id ("id" fields in Studio) for every record, and links to them using 36-character varchar ("text field" in Studio) fields with the format <linkedmodulename>_id. SugarCRM generates these ids on it's own, but I remember seeing something about a tool for generating ids.
Anyone else know about generating ids?
Server: Fedora
Sugar 5 CE
Apache 2.2.6
MySQL 5.0.27
Bookmarks