One of our client wanted to move CRM Server from One Data Centre to different data centre but due to some constraint we could not move it by creating New Organization or by new deployment. We had only left option was update IP address manually. Recently we moved our CRM Server from one data centre [...]
Posts Tagged ‘Microsoft Dynamics CRM’
Moving CRM Servers(Application and Database) to New DataCentre
Posted: February 26, 2012 in CRM 2011, CRM5, Microsoft .NET, Microsoft Dynamics CRM, SQL ServerTags: CRM, Data Centre, DeploymentProperty, Microsoft Dynamics CRM, Migration, Migration To New Data Centre, Move servers to new Data Centre, MSCRM_Config
0
Some Important URL for CRM
Posted: March 9, 2010 in SiteMapTags: Microsoft Dynamics CRM, stunnware, Tools
Stunnware’s site(Very useful site for MS CRM) http://www.stunnware.com/crm2/ http://nishantrana.wordpress.com/ http://blogs.msdn.com/b/crm/ https://community.dynamics.com/content/crmblogs.aspx http://a33ik.blogspot.com http://jianwang.blogspot.com/ http://ayazahmad.wordpress.com/ http://mscrmuk.blogspot.com/ CRM4 Development Resources(All at one place) http://www.crmwiki.net/crm4-development-resources.ashx
Creating AutoNumber for Microsoft Dynamics CRM 4.0 using Plug-Ins with the help of FilteredView
Posted: December 22, 2008 in Microsoft .NET, Microsoft Dynamics CRMTags: AutoNumber, Microsoft Dynamics CRM
Create two field as we created.. 1) New_uniqueid ( Int) 2) New_id( nvarchar). If you want AutoNumber as Int , no need to create two fields ,but we wanted AutoNumber as in specific format(OP/DEC08/0000000001) so we reqired to two field. Steps for AutoNumber: 1) Retrieved the maximum number for entity based on field new_uniqueid. 2) [...]

