sql - Add own table to CRM 2011 database -


i'm writing crm 2011 plugin needs create custom number each new entity. idea add custom table (whithout relation other tables) crm 2011 database can use store/read/change custom number.

is way store custom information in database or shouldn't use crm 2011 database that? can't use external databases because of crm online sandbox limitations...

thanks tobi

it's not supported make changes crm 2011 sql database.

instead can create custom entity inside crm 2011 2 fields:

  • entity name
  • number

so records as

account | 23 contact | 112 

and can use crm 2011 web services manage these values, in way code supported , works crm online.


Comments