Skip to main content

Posts

How to Deploy / Install Developer Applications in Windows 8

How to Deploy developer applications in Windows 8. 1) On Windows 8, Search for “Windows PowerShell” 2) Right click the icon and “Run as administrator” 3) At the PS prompt type “Show-WindowsDeveloperLicenseRegistration” and hit enter. 4) At the following prompt enter any valid Windows Live ID and Password.  This step will install the developer license to your Windows 8 machine. 5) When complete, close PowerShell. 6) Navigate to the folder containing the app you wish to install. 7) Right click on the Windows PowerShell Script file and select “Run with PowerShell”. 8) A PowerShell box will open.  Follow the prompts, hitting enter and “y” when prompted.  Eventually a progress bar will appear in the PowerShell box across the top.  When done, the app is installed. 9) Hit enter when prompted to close PowerShell. 10) Return to Modern view in Windows 8 and locate the app you just installed. Additional information: http://blogs.technet.com/b/scd-o...

Unable to download Download log during the import Solution

Unable to download Download log during the import Solution       Hi,   I was gettting the error  WindowInformationImplementation.getWindowInformationInternal is null   This is due to the IE security Settings.     Soution :-     1. In  Internet Explorer, On the Advanced tab, under Settings , scroll down to Security settings and verify that the Do not save encrypted pages to disk check box is cleared, and then click OK .   For more Details refer the below link :-     http://social.microsoft.com/Forums/en-US/crm/thread/7976fb01-4a2d-41af-8162-f9dce62ce6e4/      

Microsoft Dynamics CRM 2011 Tip 3

Field Security Profiles A Field Security Profile defines the permissions that security principals (users and teams) have on secured fields.  The main components of a Field Security Profile are: • A name • A list of security principals (users or teams) to which the access rights apply • A list of all secured fields. The access rights for each field are stored against the field. Field Permissions The access rights you can grant to each secured field in a Field Security Profile are: • Read: The security principals can read the data in the field. • Update: The security principals can change the data in the field • Create: The security principals can enter data into the field at the time a record is created. Limitations • Security Profiles cannot be created based on ‘Security Roles’

Microsoft Dynamics CRM 2011 Tip 2

MSCRM 2011  DEFAULT TEAMS In CRM 2011, When a Business Unit is created, a Team with the same name is created in it. This is known as the ‘ Default Team’ for the Business Unit. All Users created in or added to the Business Unit are automatically added to the default Team. This makes the Team a useful tool for assigning the same Security Roles to all users in a Business Unit. Default Teams cannot: • be deleted • be renamed • be moved to another Business Unit • have their membership edited.  

Microsoft Dynamics CRM 2011 Tip 1

MS CRM Developer Tool Kit The Developer Toolkit is a set of Microsoft Visual Studio 2010 integration tools focused on accelerating the development of custom code for Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online. With the Developer Toolkit, you can do the following: · Easily generate strongly typed proxy classes without having to run CrmSvcUtil.exe. · Get access to entity and option set definitions within Visual Studio. · Generate plug-in code so you can immediately begin to write code for business logic. · Edit and register plug-ins without using the Plug-in registration tool. · Create new web resources or extract existing web resources, add them to your solution, edit them, and deploy changes all wit hin Visual Studio. · Create and edit workflow and dialog processes from within Visual Studio. · Create and deploy XAML workflows in Visual Studio. · Ge...