22. December 2009 15:17
By
Ron
In
CRM | Dynamics
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:
22. December 2009 14:13
By
Ron
In
Dynamics | CRM
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:
11. August 2009 15:58
By
Ron
In
CRM | Dynamics
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:
5. June 2009 13:20
By
Ron
In
Dynamics | CRM
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:
31. March 2009 11:12
By
Ron
In
CRM | Dynamics
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]