Related Posts
  • Forum Post: enforce Data Entry Rules with OnSave or OnChange events

    For consistency within the application, my client wants to set some data entry rules. They would like lal fields where data entry is possible to be forced to lover case then to word upper case. Meaning that the first character of every word is capitalized. They feel that this will give the data a more...
  • Forum Post: Autopopulate fields based on lookup field selection

    i am trying to autopolulate fields on a form based on a contact selected as a lookup field... i have tried a code but doesn't seem to work properly... would anyone kindly help me with regards to this... if (crmForm.all.exordia_firstname.DataValue == null) { var lookupfield = crmForm.all.cutomerid...