Posts Tagged ‘Microsoft Dynamics CRM’

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 [...]

This is an example on how to create a button on the form, using java script. First of all we need to create a nvarchar attribute and put it on the form where we want our button. In this example my attribute’s schema name is new_test. Here is the code /*———————————-*/ someFunction = function() { [...]

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

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) [...]