Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 87499

RE: JS Question - Hide Field Options using JavaScript

$
0
0

Thanks!

Is this what the function would look like then?

function Meeting() {

   var Meeting = Xrm.Page.data.entity.attributes.get("new_clientorprospect").getSelectedOption().text;

   if (Meeting == "Client" || Meeting == "Prospect") {

       Xrm.Page.getControl("new_action").removeOption("Strategic");

   }

}


Viewing all articles
Browse latest Browse all 87499

Trending Articles



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