CRM4: Testing For ViewState Properties - Selected Values Not Saving After...
Having a annoying problem with a ASP Page, the DropDowns were not saving their selected values after a PostBack. Surfing the net, i found this (i cant remember where i sourced it from. Control c =...
View ArticleGoogleMaps not showing on aspx pages
Come across one of the most annoying problems this evening. after mocking up a standard html page showing a google map on it, i got it exactly how i wanted it then i moved all the code over to a ASPX...
View ArticleCRM4: MSCRM Reporting Not working after switching to SSL
Switched over a client's IFD to SSL today and we noticed that the Reporting Service was not working via IFD. The problem was fixed by changing the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM\RSUseSSL...
View ArticleCRM4: Excel PivotChart Error Over IFD - To view and refresh data, Microsoft...
Came across this error this morning whilst doing some on site training at a client's site. We noticed that selecting the DATA/ Refresh all option worked as opposed to the Refresh From CRM...
View ArticleKMS: Spotted in the Microsoft Dynamics CRM "Industry Solutions For...
We at KMS have been flagged up in a review covering Industry Based Microsoft CRM Solutions... Nice to know people are taking notice and that the industry expertise and CRM development are paying...
View ArticleKMS: Named as Top Construction CRM Solution
More media coverage today!, KMS has hit the headlines again with Our Project CRM Solution for Construction...... It shows all the work is paying off! Heres the...
View ArticleCRM 2011:Unable to log into upgraded Organisation
**First CRM 2011 Post ** Started working on the CRM 2011 Beta this week (like every other MSCRM geek!) and i came across a rather annoying problem when trying to browse my upgraded CRM 4.0...
View ArticleOpen Microsoft SQL Server 2008 Ports On Windows 2008 Server
Taken from http://support.microsoft.com/kb/968872 Batch file code to open all the requiired ports for SQL Server 2008 on a Windows Server 2008 Server @echo ========= SQL Server Ports...
View ArticleCRM4: Getting Details From A CRM Form Lookup Field
Getting details from a CRM Form Lookup. Example: Order Form - Customer Field OnChange event if(crmForm.all.customerid.DataValue != null){var parentCustomerID = document.getElementById( "customerid"...
View ArticleCRM4: Retrieving the text of a unresolved Lookup in javascript
Needed this for a requirement from a client. Using the trusty IE Development Toolbar you could see how to access this piece of text. crmForm.all.fieldname_d.getElementsByTagName('span')[0].outerText...
View ArticlePassed:Microsoft MB2-634 - CRM 4.0 Extending Microsoft Dynamics
Finally got around to booking and passing my Extending Microsoft Dynamics 4.0 Exam....96% :) Seems a bit useless now what with 2011 coming out, but it had to be done to be consistent.. advice for...
View ArticleCRM 2010: Passing Parameters To Web Resources
Web resources are extremely useful arent they! CRM Parameter Filter - Invalid parameter''blah=1" errorHowever i came across a snag when i was unable to pass over certain parameters to them. A quick...
View ArticleCRM2011: Plugin Registration Tool Error - Unhandled Exception:...
I came accoss this error today when trying to connect to our sandbox 2011 server. The pluginregistration tool built successfully from the SDK, however any attempt to connect with the server failed with...
View ArticleCRM2011: Useful ITracingService addiion when creating plugin assemblies.
So i started working on upgrading our plugin assemblies today to work in the isolated mode "Sandbox" for the CRM Online deployments. whilst browsing the SDK i came across a great new tracing tool for...
View ArticleCRM 2011: An unsecured or incorrectly secured fault was received from the...
Tried to connect to our online deployment this morning with the plugin registration tool. However it was unable to connect to the discovery services, this apparently was a known issue on the beta...
View ArticleAndroid: SDK does not recognize Java JDK on Windows 7 64Bit
Not a MSCRM entry but possibly useful all the same..... The JDK does now add the Wow6432Node in the HKLM\Software\ Path when it installs, therefore these need to be added for the android installer to...
View ArticleCRM2011: Released Today
The highly anticipated 2011 Online has been released today :) Microsoft are offering great deals for existing clients of salesforce.com who would want to switch over.....and that would be all :p This...
View ArticleCRM4: Import Customisation Error - AttributeInfo.TypeName != AttributeMetaData
Came across this error this morning when trying to import the latest customisations from our test server to a production server. This was due to the field kal_pobox being deleted on the test server (as...
View ArticleSSIS: Accessing Variables From Script Task In SSIS
When accessing a SSIS Variable in a Script Task, make sure you select the variables in either the readonlyvariables or readwritevariables area in the Script Tasks properties. If not they will not be...
View ArticleCRM4: Using Microsoft Dynamics CRM 4.0 Adapter With Biztalk 2010
Decided to take some time out to have a look at Biztalk 2010. Instead of jumping straight in with CRM 2011 i decided to learn the process with CRM 4.0 First obstacle i came across was that the CRM...
View Article