-
To Add Password Field on CRM Entity , 1- Create New Field "new_password". 2- add the Password Field to the Entity Form. 3- on the OnLoad From event Add the Following Code crmForm.all.new_password.style.display = "none"; var pwd = document.createElement("<input type='password'>"...
-
You can solve your task in following way: 1. Read list of countries list trough web service of Sharepoint. How to do this read here . 2. Choose text field in entity form and transform it to picklist. How to do this read here .
-
to install multiple Microsoft Dynamics CRM servers to balance the processing load across several servers. Check the below Article: http://rc.crm.dynamics.com/rc/regcont/en_us/op/articles/crm_server_nlb.aspx