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:
21. July 2009 13:42
By
Ron
In
CRM
After installing CRM 3.0 server and the Outlook client on multple pc’s, running Outlook 2007, we had some users complaining about having to login multiple times in the Outlook Client for CRM. We already made sure the CRM server was in the Intranet Zone by editing the domain policy, and logging into ...
[More]
Be the first to rate this post
- Currently 0/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]
4. October 2008 04:45
By
Ron
In
.NET | Vista
How to make a .NET application support elevation
[More]
29. September 2008 22:51
By
Ron
In
.NET | Vista
How to sign an application to make Vista detect the publisher
[More]