Domanda

using mysql with SugarCRM.

I have made a package and several custom modules to do some cool stuff.

I cannot see where the data is being saved. In mysql I cannot see any tables or any hints of any of my custom modules.

All of my modules were built using the basic module template.

I feel like the data is being stored in a hidden file somewhere that sugar knows about.

If this is the case, I want it in my DB.

Where is this being saved?

How can I continue to save it in the DB?

Did I forget to check something during installation?

È stato utile?

Soluzione

Your tables in the SugarCRM database will be prefixed with the package key that you entered. So if your package name is "Dagron" and your package key is "dag" then look in the database for all tables starting with "dag_".

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top