CRM4: Hiding Existing Products/ Write-In Products Navigation Labels
Paste this into your onload of your quote entity. {codecitation style="brush: javascript;"}var existingProducts = document.getElementById("navExistingProducts");var writeInProducts =...
View ArticleCRM4: Quote Products View To Show Existing and Write-In Products Together
This possibly is an unsupported modification, so you have been warned. update savedquerybaseset columnsetxml = '<columnset...
View ArticleCRM4: Prompts Users for credentials when accessed from different subnet
Embarrassingly enough i was stumped on a escalated support call today where the users on a different subnet were constantly being prompted for their credentials and were unable to access the CRM...
View ArticleMSCRMTECH: Gets a New look!!
This weekend i decided my blog looked a bit too bright, so i changed it....hopefully you guys think for the better!
View ArticleJSCRIPT: Convert FetchXML Date to Javascript Date
The date value that comes in the results of a FetchXML request cant really be used in its form as its just a UTC sting.... really useless if you want to do some Date Comparision work on it. if you use...
View ArticleCRM4: Clearing a picklist quickly
Developing a solution involving picklist and language translations and i needed a way to clear the picklist quickly. The obvious way was to use the DeleteOption whilst iterating through the Option...
View ArticleCRM4: Sorting picklist values by text in other languages
I came across a issue today that i never had thought about before. CRM allows you to sort a CRM Picklist in its base language only. This means that all other languages will see a more jumbled up list...
View ArticleC# MSCRM 4 Authentication login form
Winform login form that creates and passes over a CRM Service & MetaDataService Object to the next form. Useful for form applications that need to connect to MSCRM webservices. I created this for...
View ArticleC# MSCRM 2011 Authentication login form
Winform login form that creates and passes over a CRM Service & MetaDataService Object to the next form. Useful for form applications that need to connect to MSCRM 2011 webservices. I created this...
View ArticleMSCRMTECH: Site Update - Project/Tools Download Area
Had a clear out last night and decided i would start putting some of my past and current bits online, these will be pieces of codes, tools that either i have used or still use in projects. Download...
View ArticleIIS7: Error 500.19 Can not log on locally to XXXXX as user XXXXX with virtual...
My Colleague came across a problem today, a custom ASPX page was giving the above error. C:\Windows\system32\inetsrv\config\applicationHost.config we had a go at removing the password attribute (which...
View ArticleWORK: Senior CRM Consultant @ Pythagoras
Today is my first day as a Senior CRM Consultant for Pythagoras, It seems i will be working with very experienced people that share the passion/obsession for XRM Solutions. Im looking forward to learn...
View ArticleCRM4: Stopping OpportunityClose Window from opening
Had a interesting requirement spec this week from a client that wanted to attach a status to the opportunity product entity. When it came to closing the quote, they wanted to only be able to do this if...
View ArticleCRM4: SOP Integration Mode for Dynamics CRM
Whilst working on an Integration project this week, one of my colleagues made me aware of a vaguely documented “mode” that makes MSCRM Sales Order Processing integration easier to work with other third...
View ArticleSharepoint: Error - Request format is unrecognized for URL unexpectedly...
Today i was tasked with debugging and fixing a custom web service that interacts with sharepoint. seeing that the web service only actually required a few strings as parameters i decided that the best...
View ArticleCRM 4: Ways to determine current MSCRM Rollup version
Extremely useful KB Article http://support.microsoft.com/kb/946594
View ArticleCRM 4: Import Organization Failed Error - ExecuteNonQuery requires an open...
A colleague bought this error to my attention today. Luckily i have encountered this problem before and pointed him directly to the reports. The secret is to look at the trace log ASWELL as the error...
View ArticleCRM2011: Client Side Scripting using oData to retrieve values
This is an example of how to get a list of all the contacts in the system using the REST Endpoint. In order for this to work you will need the JSON2 and jQuery 1.5 and they need to be loaded into the...
View ArticleSSRS: Error Message: The report parameter ‘P1? is read-only and cannot be...
Error Message: The report parameter ‘P1? is read-only and cannot be modified. (rsReadOnlyReportParameter) Came across this error last week with any custom report that was uploaded into MSCRM. The error...
View ArticleCRM2011: Renaming sections in SiteMap
Create a new solution adding the existing sitemap. Export the solution as Unmanged. Extract the solution zip file and open up customizations.xml in Visual Studio and add the schema...
View Article