Is it possible to add user tables into <organization_name>_MSCRM database. I want to store some information to these tables. My concern is will it affect/create problem to my MS CRM system? -- romeo!!
Hi Romeo: Any entity you add to MSCRM using the MSCRM tools will be added to the CRM database as 2 new tables, I forget the exact naming but it would be something like new_entitynamebase new_entitynameextensionbase Using SQL tools you can add SQL tables to the CRM database but please note this is unsupported and generally not recommended. In the past when working with solutions that required new tables and for whatever reason could not be added using the GUI, I created a new DB on the server and added my new tables to that. HTH. John. "romeo" wrote in message news:09435D16-B6AF-4258-B04A-10C1509E8741@microsoft.com... > Is it possible to add user tables into <organization_name>_MSCRM database. > I want to store some information to these tables. > > My concern is will it affect/create problem to my MS CRM system? > > -- > romeo!!