Quantcast
Channel: Sam's Activities
Viewing all articles
Browse latest Browse all 3363

Dynamics CRM 2013 - UpperCase (javascript)

$
0
0

Hello,

I try to convert a field with the follow code:

function UpperCaseField(fieldName) {

   var value = Xrm.Page.getAttribute(fieldName).getValue();

   if (value != null) {

      Xrm.Page.getAttribute(fieldName).setValue(value.toUpperCase());

   }

}

However it happens nothing! What is wrong?


Viewing all articles
Browse latest Browse all 3363

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>