Enter your email address:

Delivered by FeedBurner

Archives

Categories

Entity Navigator

If you are working on different entities at the same time and you need to quickly navigate to schema details for each entity you can use the following link to see the list which contains all entities in your metadata which have an object type code.

https://<your_host_name>/sdk/list.aspx

for example

https://powerobjectscrm.com/sdk/list.aspx

Also, if you need to see the schema detail [...]

Plug-in Storage

Plug-ins can be deployed to the Microsoft Dynamics CRM server’s database or the file system that is known as “on-disk”. We strongly recommend that you deploy your plug-ins in the Microsoft Dynamics CRM database, instead of on-disk, as the primary way to deploy plug-ins for Microsoft Dynamics CRM. Plug-ins stored in the database are automatically [...]

Auto Numbers in MSCRM

Last week I have been looking for the best approach to use auto numbers in Microsoft Dynamics CRM. After discussion with my peers I have come to the following possible options that can be used for auto numbering. Although these may not be the efficient techniques to get auto number [...]