Hi Mathieu,
if you want to dynamically attach an event to a CRM field you can use this javascript code:
Xrm.Page.getAttribute("geo_typeofbusinessid" ).addOnChange(setSectorAndAsvRelationShip);
Hi Mathieu,
if you want to dynamically attach an event to a CRM field you can use this javascript code:
Xrm.Page.getAttribute("geo_typeofbusinessid" ).addOnChange(setSectorAndAsvRelationShip);