Thanks to some other bloggers on the web, especially David Klein, I've been able to quickly build code which allows me to create and/or ensure that a folder in a particular document library does exist. It took a while to get everything working exactly as it should, but in this post I do paste the code as it works.First you would need to create a web reference to the following webservice:http://
Tuesday, 27 April 2010
SharePoint error message 0x8107026f
Posted on 02:11 by Unknown
Interesting. For the first time in quite a while I'm programming agains SharePoint again. I am working on a possibility to upload files to a specific location in WSS, so the steps I need to make sure are:- Check if the destination folder exist- Create the destination folder if necessary- Upload the fileIn the process of creating the destination folder I do encounter a couple of error messages.
Monday, 12 April 2010
Retrieving emails from ExactTarget based on a folder
Posted on 02:31 by Unknown
There are some interesting documentation issues with regards to ExactTarget. For instance, if you are programming against ExactTarget to retrieve all emails which belong to a specific folder, then you would expect that you can filter on the 'folder' attribute of an email. Apparently that doesn't work, but you will have to use the CategoryID attribute. But then again, filtering against the
Error: End element 'Fault' from namespace '' expected
Posted on 02:22 by Unknown
When connecting to a WSE 3.0 service, like ExactTarget, you might encounter this exception:"End element 'Fault' from namespace 'http://www.w3.org/2003/05/soap-envelope' expected. Found element 'detail' from namespace ''This does basically mean that the soap version of the client doesn't match the server. You might be able to change this in the web.config. For ExactTarget they require you to add a
Sunday, 21 March 2010
Retrieve Marketinglists attached to Campaign Activity
Posted on 16:37 by Unknown
Today I've been doing some coding again and I've found an interesting situation. For my code I do need to find which marketing lists belong to a specific Campaign Activity. Apparently more people on the internet faced the same issue, but I haven't found anybody who supplied the answer on how to do that. I've managed to find an approach which works for both the fetchXml as well as a
Wednesday, 27 January 2010
Minimal requirements for configuring Outlook Client (Online version)
Posted on 12:36 by Unknown
Some customers don't allow end users to install software on their own desktop. This can even go up to completely locked down systems on which the end users doesn't have any rights. Installing the CRM outlook client on such a machine is a quite a hard task to do. Usually this can be scripted and by doing so it will be installed by a user with enough rights. After installing the Outlook client, it
Friday, 8 January 2010
CRM 5 and Windows Azure
Posted on 04:13 by Unknown
Girish Raja has created a nice video in which he shows a real life example of how Windows Azure can be used in combination with Dynamics CRM. Not only is he using Dynamics CRM, he is using CRM 5. Make sure you watch this video to learn some neat things about:- Dynamics CRM 5.0 (including nested grids, visualizations and dashboards)- Windows Azure (including AppFabric Service Bus)Girish Raja's blog
Subscribe to:
Posts (Atom)