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: