Wednesday 18 January 2017

Error in the installation of Microsoft Dynamics CRM OR Windows Identity foundation OR installation failed

When you get the following error  in the installation of Microsoft Dynamics CRM


Apply the following fix:

Go to the server manager as shown below


go to add roles and features as shown below

click on next, select Role-based feature-based installation, click on next, Select the destination server, click on next, click on next, select Windows Identity foundation as shown below
and finally click on install. This solved your problem.

Thursday 8 September 2016

Wednesday 7 September 2016

Product Name field/column or report OR ProductName field/column

If you want productname column/field or Product Name column/field as Order form have in it sub-grid as shown below


(Note:productname column/field is column/field which shows three values
)

Solution:

Step 01: Make a report through report wizard and add two fields Existing Product and Write-in Product from Order Products/salesorderdetail table in the report.

Step 02: Download report .rdl file

Step 03; Make a report server project in visual studio with the help of sql server data tools in visual studio

Step 04: Add the downloaded report in the project

Step 05: Add column in a Tablix and in the expression write this expression =IIf(Fields!salesorderdetail1_productdescription.Value = "" , Fields!salesorderdetail1_productid.Value, Fields!salesorderdetail1_productdescription.Value)

This will done your requirement.





Monday 5 September 2016

Microsoft Dynamics CRM 2011 shows Mobile view instead of Normal web view

When you open Microsoft Dynamics CRM 2011 as shown


and it shows you a Mobile view instead of Normal web view 

Solution

Mobile View as shown



http://win-us94vrpdbek:801/AXPCRM2011/m/default.aspx

Leave the whole URL as its looks like and change m/default.aspx to this main.aspx

This will solve your problem.

Action Microsoft.Crm.Setup.Common.Analyzer +CollectAction failed. Fatal error during installation OR Action Microsoft.Crm.Setup.Common.Analyzer+CollectAction failed. Fatal error during installation

When you are installing Microsoft Dynamics CRM 2011 and got error as shown

Solution

Step 01: Go to the registry as shown below


Step 02: go to the  HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Components\AA525E7FC7F524344B2B2650A4C6D64D

Step 03: Delete this key

Step 04: Restart your machine

Step 05: Install again. This time Microsoft Dynamics CRM 2011 install without this error.

Thursday 1 September 2016

Development in Microsoft Dynamics CRM


Overview of this Blog:


In this blog you will get the knowledge;
·         What is Solutions in Microsoft Dynamics CRM?
·         Types of Solutions.
·         How to create a new Solution in Microsoft Dynamics CRM.
·         How to create a new Publisher in Microsoft Dynamics CRM.
·         What are the Component in Microsoft Dynamics CRM?
·         How to add Components in your Solution to start Customization/Development in your Microsoft Dynamics CRM.
·         How to Export/Import Solution from/in Microsoft Dynamics CRM.
·         Why to Publish Customizations in your CRM Environment?
·         What are Component Dependencies and Required Components in Microsoft Dynamics CRM.
In Microsoft Dynamics CRM 2016 you can make changes with “point and click”, but for some of the requirements you have to use other methods such as writing HTML, Silverlight (XAP), Style sheet (XSL, CSS), Data (XML) and JavaScript to manage client side behavior of forms, .Net plug-in for the most complex task or building workflows to automate your process.

1.0   Microsoft Dynamics CRM Solutions


Solutions in Microsoft Dynamics CRM package together a set of custom components that work with one another to provide functionality that some or all users must have. In other words, a Solution is a way to organize customizations that you make to the system to meet a specific set of requirements. It can be export and import from the system for testing or to use in production environment.
Default Solution
When you create an Organization in Microsoft Dynamics CRM, system creates a Solution named Default Solution that contains all the components in the system. You can modify the components of the system in the Default Solution directly. You can also export or import Default Solution into another Microsoft Dynamics CRM Organization.
It is important to note that You are not able to export the Default Solution as a Managed solution. Anything that you add or modify in your Solution will update the Default Solution.
Types of Solution
There are two types of Solution in the Microsoft Dynamics CRM Managed and Unmanaged. During the export process, you can determine whether a solution is managed or unmanaged.
Managed Solution
These Solutions are used to distribute customizations. We make Managed Solutions only during the export process. If you import Managed Solution, no changes are made to the system components. Components of a managed solution could be locked down by using managed properties to prevent any changes that might interrupt the functionality of the solution. When you delete a managed solution it deletes all the components that are imported with that solution, and leaves the system the same as before the solution is imported.
Unmanaged Solution
These Solutions are used for the internal changes that are being deployed from one system to another. You cannot uninstall unmanaged solution but you can delete it. The deletion of unmanaged solution cannot delete any component from the system, regardless of whether the Solution is created in this system or the solution is imported.

1.1 Create a New Solution

To create a new solution, you have to follow these steps.
1.       Sign in to your Microsoft Dynamics CRM with an account that have Security Role System Customizer or System Administrator.

2.       On the navigation bar, click to Mian, click to settings and then click to the solution.

k