I'm writing a CRM 2011 plugin which needs to create a custom number for each new entity. My idea is to add a custom table (whithout any relation to other tables) to the CRM 2011 database which I can use to store/read/change my custom number.
Is this a good way to store custom information in database or shouldn't I use the CRM 2011 database for that? I can't use external databases because of the CRM online sandbox limitations...
thanks Tobi