Tag Archives: Microsoft
Return and display picklist value (display value) in custom sql report reporting services report in Microsoft Dynamics CRM 4 entity attribute and StringMap picklist values table
Normally, you should be able to get the picklist display value and picklist item id in the filtered view of any entity. In some cases, you may need to work with StringMap table directly to get the picklist values for a specific field of a given entity. This could be the case if you are [...]
Hide, Display, Resize and Rename left navigation links, CRM fields and attributes using Javascript for Microsoft Dyanmics CRM 4.
Scripts for Resizing, Hiding and renaming left navigation links, fields and attributes in Microsoft Dynamics CRM 4 using Javascript.
Script to Hide Add Existing Record button and Add New Record button using Javascript in Microsoft Dyanmics CRM
Script to Hide Add Existing Record button and Add New Record button using Javascript in Microsoft Dyanmics CRM
Introduction and Notes about WCF, Silverlight and Creating a Silverlight application that consumes – invokes a WCF service via async (asynchronous) web service call
This post is an introduction and a collection of some useful information, notes and facts about WCF in genreal, Silverlight and running a silverlight web application that uses a WCF service via asynchronous web service call. – The first fact that you need to know is that: The only option for web service calling in [...]
Configure Microsoft SQL Server to allow remote connection and remote SQL Management Studio access
To get straight to the point. I have been trying to setup Microsoft SQL Server 2008 to allow remote connection and specifically I wanted the SQL server to allow SQL Server Management Studio on a different computer completely outside the network to be able to access this remote SQL Server and manage it fully without [...]
Hiding Left Navigation Menu Items in an Entity Form using Javascript in Microsoft CRM 4
This is just a follow on from my previous post (http://www.mohamedibrahim.net/blog/2009/07/30/renaming-left-menu-items-leftnav-entity-microsoft-dynamics-crm-4/). In this post, I explained how to rename left menu items in an entity form using javascript. These links are created when a new N:1 relationship is created between two entities. The primary entity in this relationship will get a new left navigation link everytime [...]