• Hide fields based off selected from a dropdown. Cases

    Hi I have the need to hide a number of fields based off what is selected from a drop down list on a field in the same screen. i've used a bit of Java that works in the Onchange script: if(Values('case_productarea')=='QC29') { hidden = true;…
  • CRM7.1 sp2 - How to change a displayed value when the page loads (modify the html code) ?

    Hello, How can I change a value directly in the SolutionsDetailsBox when the page loads? I just want to change the displayed value of the field (I mean simply modify the html code of the page), not the real value of the field in the database. I think…
  • How to add a field "Number of views" for a Solution

    Hello, I would like to add a field "Views" or "Number of views" on each Solution. This field must be incremented each time someone sees the solution. In order to see the most viewed solutions, the most popular. How can I increment it? Can a script be…