CRM4: Create SharePoint Folder Workflow Activity
Create Folder In Sharepoint Custom Workflow Activity Download Custom Workflow activity that is good to go! Has been tested with MOSS and WSS and is compatible…. Just register the plugin assembly (in...
View ArticleCRM4: Easy SharePoint Integration - New Workflow released for download
Very simple workflow activity that allows users to configure SharePoint folder creation and viewing from MSCRM. Feel free to download it, source code is included.. If you found it useful let me know....
View ArticleMSCRMTECH: New RSS Feed
It was about time i got my RSS feed working correctly. You will notice that there is a new option in the menu for RSS Feeds. Please subscribe to this feed so you can be automatically updated with the...
View ArticleSharepoint: MOSS 2010 Microsoft.SharePoint.DLL Location
The 2010 Sharepoint Assembly needs to be re-added manually to Visual Studio. The Default location should be the following. C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\ISAPI...
View ArticleCRM4: Reopen Sales Order Record using on demand workflow
A clients requirement popped up today that i solved previously using naught unsupported methods "SQL".... The clients would like to effectively reopen a sales order to update one of the details. This...
View ArticleCRM4: Useful c#.net snippet to get user or contact by email address
Useful snippet of code that i use all the time, may be helpful to others... public Guid getUserByEmailAddress(String email, CrmService service) {QueryExpression query = new QueryExpression();...
View ArticleCRM2011: Online £22.75 offer extended until the end of the year....
More reasons to jump onto the MSCRM Online band wagon..........
View ArticleCRM2011: Customer Portal released for use without internet
Shaum McArther has kindly released the customer portal with the active directory "hack" on it. This allows you to set up the portal on a virtual image without authentication from windows live. This...
View ArticleTOOLS: Remote Desktop Connection Manager v2.2
Found this nifty tool online today and it seems to have already sped up finding the right IP address and password for a particular server. it allows grouping of servers and you can inherit settings...
View ArticleCRM2011: How clean are you records? – Free CTPS add-on for Dynamics CRM 2011
Whilst visiting a client last week, I was introduced to the CTPS (Commercial Telephone Preference Service) it occurred to me that this would be great to integrate into MSCRM as part as a...
View ArticleC#: Custom Workflow Activity to validate Telephone Number against CTPS Database
See here for detailed explanation and sample use. This has been tested on Microsoft Dynamics CRM 2011 On Premise Only. Just add your username and password to the code and rebuild. Install the plugin...
View ArticleCRM2011: Crm Exception: Message: systemform With Id = xxxxxxxxxxxxxxxxxxxxxx...
Came aross this error this morning working on a development environment. It seems that the system couldnt find a form that it needed on a specific entity. I resolved the problem by creating a new main...
View ArticleMicrosoft Dynamics CRM 2011 PHP CMS Website Integration
Microsoft Dynamics CRM 2011 PHP CMS Website Integration I was asked how easy it would be to integrate CRM with an Open source CMS system. Having a look online I realised that many people have asked...
View ArticleCRM2011: PHP CMS Website Integration
There is a distinct need to have website interaction in regards to Dynamics CRM 2011, ive added a solution to my projects area that deals with authentication of a open source CMS agaisnt a contact...
View ArticleUseful: Workflowy –tool for capturing requirements (and general note taking)
I’m not sure what it is about this about this tool, but I’ve really warmed to it. Effectively this is a glorified To-Do list (Well not even a glorified one!) Currently I use many ways to take...
View ArticleTip: Restoring SQL Database from a network location
Just a quick tip if you wanted to restore a SQL database from a network location as opposed to your local file structure. This is a restriction for SQL management studio and sometimes a real pain when...
View ArticleCRM2011: You do not have necessary permissions to change the domain logon...
Came across the above error this morning, It was appearing when we were trying to add a new user to a freshly installed CRM server at a clients site. The solution was found online. You have to set...
View ArticleCRM2011: Error - System.IO.FileLoadException: Could not load file or assembly...
Had this error on a client machine today i was running migration scripts on with Scribe, it seemed to create this error in the trace log everytime we tried to connect. The workaround was to obtain the...
View ArticleJAVASCRIPT: Using JavaScript to connect to web service
Recently i was asked to connect a CRM form to a webservice, the script had to provide some details from a field as a parameter and the response had to be recorded on the form. Below is a snippet of how...
View ArticleASPNET: Parser Error Message: Unrecognized attribute 'targetFramework'.
Came across an annoying error this morning whilst deploying a custom web service onto a client machine. Configuration Error Description: An error occurred during the processing of a configuration...
View Article