Skip to main content

Posts

Debug Dynamics CRM Ribbon Javascript Code

Go to Internet Explorer Settings and uncheck the disable debug options as shown below Add debugger; with terminator as first line in your javscript function.  Once you have above steps done, clean all your browsing history and reload the form where you have this ribbon button.  Open Debugger from F12 when debugger will open it will load CRM in browser again.  Now when the javascript function is called, pointer will come at debugger to debug.  Enjoy CRMing...!!

CRM Developer Tool Visual Studio Error RegistrationFile property must be set.- PRT_RegisterPluginsAndWorkflows

I thought to share this with you people, so that you wont waste your time setting up your Visual Studio. Errors that i was getting. 1. Name Property can not be null. 2. RegistrationFile property must be set.- PRT_RegisterPluginsAndWorkflows I was trying to deploy the webresource and plugins throgh the Developer tool from Visual Studio and  was getting the error "Registration File Property must be set". I upgraded my CRM developer tool from Visual Studio and after that i was not able to deploy webresources or plugins or workflows from my Visual Studio. So from Visual Studio , i created a new Project using the Dynamics 365 Package Template and started comparing the project file, to see if any thing is changed. After doing a comparision, i noticed that in the CRM project file, the tag Content was not present in the new Project file, and is been replaced with the  RegisterPlugin.   So i just replaced the text "Content" with RegisterPlugin and sta...

Social CRM Add-On for Dynamics CRM 2013

Social CRM Add-On for Dynamics CRM 2013 With Focus Live Social CRM Add-on for Dynamics CRM you can easily view social information from different social networks such as Facebook, Linked-in, Google+, Video, Twitter etc. You can find quickly people close to you who may know your lead through linked-in or Facebook contacts and get introduced. Features : •         Works with leads and contacts record. •         Directly access to contact or lead profile pages on social networks within contact and lead forms. •         View additional information about your contacts and lead using Facebook, LinkedIn, Twitter, Google Plus or Video. •         Find quickly people close to you who may know your lead through linked-in or Facebook contacts and get introduced. •         Can be customiz...

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’