Place Queue on other tabs
By default, Queue area is only available on the Workplace tab in MS CRM, sometimes it becomes a pain to go to workplace tab click on queue and then go back to the tab where you were.Here is a simple...
View ArticleResolve case programmatically
You have to create incidentresolution entity object and also then execute a CloseIncidentRequest, sample code looks like this:incidentresolution objJobResolution = new incidentresolution();...
View ArticleWrite In Products in Opportunity
If you know the typical MS CRM sales module flow, it starts from Lead and Customers and flows through Opportunity, Quote, Order and Invoice, You might have noticed there are Existing and WriteIn...
View ArticleMS Excel 2010 Beta limitations
Hi, I was copying the result of a query on a large table in SQL database and on pasting those in Excel 2010 Beta, this is the message I found :This message can appear due to one of the following:The...
View ArticleSetting up Service Scheduling in MS CRM
The default MSCRM doesn't provide service scheduling by default, it needs to be set up and there are a number of steps involved as described below:1) Create a Service, i.e. define a Service or a Job to...
View ArticleImport MS CRM Product Catalog : Step by Step Part 1
Hi, Imagine you are working on a project where the client's business has hundreds of products such as a Telecommunication company. When you ask for a list of products they deal with, they give you...
View ArticleVista Sidebar Gadget for MS CRM
Hi,Recently I was looking for any Vista sidebar gadgets that would show MS CRM elements or list of data like Accounts, Contacts or Activites.I found an MSDN article (Monitoring Microsoft Dynamics CRM...
View ArticleMicrosoft reuse windows media player toolbar in Windows 7
Those who have been using Windows Media Player would have experienced one thing over time, when you click on the little up-down arrow heads on the right, you could see a thumbnail live view of the...
View ArticleAdd more than 8 tabs on CRM form : *** Unsupported Customization ****
Hi,Everyone of us who have used MS CRM would have noticed that you can't create more than 8 tabs on a form.There is a way to overcome this and add more tabs or limit that to less tabs.As suggested in...
View ArticleChange Section name at runtime using Javascript
How many times you wanted to show/hide fields based on some load/save/change event in CRM and you did that with ease. Now I wonder you would have thought of changing the name of a Section as well that...
View ArticleUsing MS CRM Calendar in your custom ASP .NET pages *** Not fully Supported...
Hi,Have you been creating custom pages in line with MS CRM for creating , viewing and updating entity records ? Have you placed controls such as Date picker Lookup on your custom page and have tried in...
View ArticleRecent Pages in CRM 2011 beta, much awaited
What's been inherent in other conventional CRM software products and missing in feature rich new age MS CRM was an area where you can see what pages/records/links you accessed last, which is now...
View ArticleWhat's New in CRM 2011
From Microsoft Online Resource CenterImproved Microsoft Office interfaceMicrosoft Dynamics CRM 2011 introduces a new Office 2010 contextual ribbon for the Microsoft Dynamics CRM Online and Microsoft...
View ArticleMicrosoft Dynamics CRM 2011 Launched for On premise and Partner hosted
[ Source : Microsoft ]REDMOND, Wash. — Feb. 16, 2011 — Microsoft Corp. (Nasdaq “MSFT”) today announced that Microsoft Dynamics CRM 2011 for on-premises and partner-hosted deployments has been completed...
View ArticleLife and Technology: How to: Create a Custom Entity Using Jscript or .N...
Life and Technology: How to: Create a Custom Entity Using Jscript or .N...: "Here is a quick demo on how to utilize the CreateEntity message of the CRM 2011 Organization service in both C# and Jscript....
View ArticleDisplay Order of Left Nav links in entity forms
Hi,Ever wanted to change the order in which entity's related links appear in left nav.For example, in this screen below, Account's related entities (1 to Many / Many to Many) are shown in the order...
View ArticleCRM 2011 VPC FOR PARTNERSOURCE ( HYPER-V 2008 R2 ONLY)
Microsoft have launched virtual image of CRM 2011 server, it is available for partners from the link below. Please be aware that it will NOT run on Virtual PC 2007 or any of its...
View ArticleCRM 2011 Useful JavaScript tidbits
http://www.powerobjects.com/blog/2011/01/14/crm-2011-useful-javascript-tidbits/Get the value from a CRM fieldvar varMyValue = Xrm.Page.getAttribute(“CRMFieldSchemaName”).getValue() ;Set the value of a...
View ArticleMicrosoft Dynamics CRM 2011 – Role Based Forms
Microsoft Dynamics CRM 2011 – Role Based Forms (Courtesy : http://www.powerobjects.com/blog/2010/12/07/microsoft-dynamics-crm-2011-role-based-forms/)Another exciting new feature in CRM 2011, is the...
View ArticleMS CRM from Chrome
Open MS CRM in Chrome using this chrome app With this tiny app you can open and use MS CRM in google Chrome, all you need to do is install this app...
View ArticleMS CRM from Chrome - 2
In continuation with the last post, you can access Microsoft CRM, for that matter IE from Chrome using this link, it's much better and will work with Mozilla and Safari as well I...
View ArticleCancel Workflow job programmatically - CRM v.4
How many times you had to created a workflow on some date like Due date which keeps changing as per client's request. While this may sound simple in business, on CRM you have a workflow that may be...
View ArticleCreating Email through Plugin / SDK in CRM 4 - line breaks don't work
You may have noticed when you create email using a sample code like below in a plugin or for that matter any other SDK based assembley for MS CRM. Your line breaks : \n or \r or...
View ArticleCapture and Handle event when one entity record is attached through a Many to...
If you have already dug up too much about trying to capture the event when an entity record in MS CRM is attached ~ linked to a record in many to many relationship.For example, if you have two entities...
View Article