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

RE: Making a Field Mandatory in an Opportunity

$
0
0

var Bid= Xrm.Page.getAttribute("Bid").getValue();                  

if(Bid==1 && Bid==2)                                                                  

{

Xrm.Page.getAttribute("BondPayableTo").setRequiredLevel("required");

}

//Bid is your RadioButton name

//1=Bid Bond  and 2=Agreement to Bond


Viewing all articles
Browse latest Browse all 87499


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