Dynamics CRM Javascript tips

When trying to update a disabled field, you have to ForceSubmit to force it to submit: crmForm.all.title.value = “foo”; crmForm.all.title.ForceSubmit = true;

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Status of a contract

Just a little reminder, have to put this in an enum of some kind: 0 = concept 1 = charged 2 = active 4 = canceled 5 = expired TO-DO: finish this

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Automating CRM Client upgrade

Today I spent some time looking for a solution to automate upgrading CRM 3.0 clients to 4.0 and finally found something that seemed to work, most of it here: http://tinyurl.com/luwcty Since there were no laptop/offline clients, I used the next command, straight from the install CD (ISO): msiexec /... [More]

Currently rated 3.0 by 1 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Microsoft CRM Asynchronous Processing Service not working

Today I spent some time trying to fix a problem with the Microsoft CRM Asynchronous Processing Service running on Dynamics CRM 4. I could start a “On demand” workflow, but nothing happend. It would fire off a System Event, but no Workflow, so nothing became visible in the Workflow tab on the entity ... [More]

Currently rated 5.0 by 2 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

Migrating Microsoft CRM 3.0 to Dynamics 4.0

In this post I describe how I tested a migration from Microsoft CRM 3 to Dynamics 4.0 (Dutch version), using a backup and some Virtual PCs. [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: