Set Not Required All Field From Form CRM 2011 May 27, 2014 function MakeAllAttributesNotRequired() { var attributes = Xrm.Page.data.entity.attributes.get(); for (var i in attributes) { attributes[i].setRequiredLevel("none"); } } Share Get link Facebook X Pinterest Email Other Apps Labels Dynamics CRM Share Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment