Posted on November 23rd, 2015 by Monalisa Chakraborty
ISV.Config is an XML file used to add custom menu items and controls to the toolbars. This file used to add shortcuts on an entity Form which is not CRM entities to other web applications or interfaces. It is intended to be used by Independent Software Vendors (ISVs) who want to add extra features to […]
Posted on November 23rd, 2015 by Monalisa Chakraborty
Anyone can set requirement level for required field to any attributes in CRM 4. The following instruction will help to set required field validator. 1. From the Web Application -> to to Settings -> Customization -> Customize Entities. 2. Open the entity where the attribute belongs. 3. Go to Attributes and open the attribute which […]
Posted on November 23rd, 2015 by Monalisa Chakraborty
In Microsoft Dynamics CRM, the Report Wizard enables users to build basic reports without development knowledge. The final reports are actually Microsoft SQL SRS reports, or .rdl files, that anyone can further manipulate using a more advanced editing tool such as Visual Studio. To use the Report Wizard, follow these steps: Navigate to Workplace and […]
Posted on November 23rd, 2015 by Monalisa Chakraborty
Using Metadata WebService of CRM bind Dropdownlist with particular Picklist attribute of CRM 4 on another application. In this article the code snipet will demonstrate that how anyone can have DropDownList exposing different information from CRM Picklist attribute. Using Metadata Web Service anyone can show all the options from a particular Picklist attribute on another […]