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: