<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RE-Decoded &#187; Gift</title>
	<atom:link href="http://www.re-decoded.com/tag/gift/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.re-decoded.com</link>
	<description>A technical look at the Raiser&#039;s Edge API from Blackbaud</description>
	<lastBuildDate>Mon, 30 Jan 2012 14:33:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Using meta data to copy records</title>
		<link>http://www.re-decoded.com/2010/08/using-meta-data-to-copy-records/</link>
		<comments>http://www.re-decoded.com/2010/08/using-meta-data-to-copy-records/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 09:58:59 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Advanced]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Gift]]></category>
		<category><![CDATA[Meta Data]]></category>
		<category><![CDATA[The Raiser's Edge]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/?p=374</guid>
		<description><![CDATA[I am currently working on a project where I need to copy a gift record from one constituent to another. There are 213 fields on the regular gift object i.e. CGift. That is without looking at any of the other areas of the gift such as attributes, notepads, etc. It would take a lot of [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2010/08/using-meta-data-to-copy-records/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Small improvements that I like about Blackbaud Enterprise CRM</title>
		<link>http://www.re-decoded.com/2009/10/small-improvements-that-i-like-about-blackbaud-enterprise-crm/</link>
		<comments>http://www.re-decoded.com/2009/10/small-improvements-that-i-like-about-blackbaud-enterprise-crm/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 21:27:29 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Not Code]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[BBEC]]></category>
		<category><![CDATA[Constituent]]></category>
		<category><![CDATA[Fund]]></category>
		<category><![CDATA[Gift]]></category>
		<category><![CDATA[Infinity]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[The Raiser's Edge]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/?p=281</guid>
		<description><![CDATA[Blackbaud Enterprise CRM (eCRM or BBEC as it seems to be called interchangeably) is enormous. It is a big change to The Raiser&#8217;s Edge but then that is not surprising as it is not actually the replacement for The Raiser&#8217;s Edge 7. It is an application way beyond RE 7. Nevertheless you cannot help comparing [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2009/10/small-improvements-that-i-like-about-blackbaud-enterprise-crm/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Recurring Gift Schedules</title>
		<link>http://www.re-decoded.com/2009/08/recurring-gift-schedules/</link>
		<comments>http://www.re-decoded.com/2009/08/recurring-gift-schedules/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:46:48 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Gift]]></category>
		<category><![CDATA[The Raiser's Edge]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/?p=256</guid>
		<description><![CDATA[One of the harder imports that you may have to do in The Raiser&#8217;s Edge is importing recurring gifts with schedules. The regular help file itself suggests itself that it is tricky but then unfortunately does not offer any examples. Writing code to create various schedules is equally as difficult if not harder.  This post [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2009/08/recurring-gift-schedules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filling a .NET dropdown with static code table entries</title>
		<link>http://www.re-decoded.com/2009/03/filling-a-net-dropdown-with-static-code-table-entries/</link>
		<comments>http://www.re-decoded.com/2009/03/filling-a-net-dropdown-with-static-code-table-entries/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 09:44:03 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Blackbaud]]></category>
		<category><![CDATA[code table server]]></category>
		<category><![CDATA[Gift]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/?p=96</guid>
		<description><![CDATA[In a previous post (Filling a .NET dropdown with code table entries) I described how it was possible to fill a .NET dropdown with dynamic code table entries such as title or address types, etc. When I tried to do the same thing with static table entries (e.g. gift types, payment types, etc) it proved [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2009/03/filling-a-net-dropdown-with-static-code-table-entries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBBMacroProperties &#8211; A very useful interface if it worked</title>
		<link>http://www.re-decoded.com/2008/11/ibbmacroproperties-a-very-useful-interface-if-it-worked/</link>
		<comments>http://www.re-decoded.com/2008/11/ibbmacroproperties-a-very-useful-interface-if-it-worked/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 23:21:25 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Beginner]]></category>
		<category><![CDATA[Constituent]]></category>
		<category><![CDATA[Fund]]></category>
		<category><![CDATA[Gift]]></category>
		<category><![CDATA[The Raiser's Edge]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/?p=107</guid>
		<description><![CDATA[The IBBMacroProperties interface promised some nice enhancements to VBA macros. However of the three properties in the interface only one of them actually works. When you write a VBA macro you can use a parameter signature that Raiser&#8217;s Edge picks up on and then places the macro in dropdown on each record. The parameter signature [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2008/11/ibbmacroproperties-a-very-useful-interface-if-it-worked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Your own API Tools Class</title>
		<link>http://www.re-decoded.com/2008/11/your-own-api-tools-class/</link>
		<comments>http://www.re-decoded.com/2008/11/your-own-api-tools-class/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 14:30:17 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Appeal]]></category>
		<category><![CDATA[Campaign]]></category>
		<category><![CDATA[Constituent]]></category>
		<category><![CDATA[Fund]]></category>
		<category><![CDATA[Gift]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/?p=67</guid>
		<description><![CDATA[When I first started out working with Raisers Edge API I realised that I was reusing many routines over and over and that would it not be better to create my own tools class so that I would not reinvent the wheel. Over the years I have added items to this class that I have [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2008/11/your-own-api-tools-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filling a .NET dropdown with code table entries</title>
		<link>http://www.re-decoded.com/2008/09/filling-a-net-dropdown-with-code-table-entries/</link>
		<comments>http://www.re-decoded.com/2008/09/filling-a-net-dropdown-with-code-table-entries/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 19:29:55 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[code table server]]></category>
		<category><![CDATA[Gift]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/?p=94</guid>
		<description><![CDATA[One of the good things about the CCodeTablesServer class is the ability to fill a combo with code table entries. For example if I have a custom form and want to be able to allow the user to select say, a title, I can simply call the CCodeTablesServer class method LoadCombo and my combo is [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2008/09/filling-a-net-dropdown-with-code-table-entries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Battling on with the Batch API</title>
		<link>http://www.re-decoded.com/2008/09/battling-on-with-the-batch-api/</link>
		<comments>http://www.re-decoded.com/2008/09/battling-on-with-the-batch-api/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 17:17:48 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Action]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Constituent]]></category>
		<category><![CDATA[Gift]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/?p=89</guid>
		<description><![CDATA[I have on several occasions expressed my delight about the arrival of the Batch API. I am still enthusiastic but somewhat war weary having spent this passed week trying to solve problems that have appeared. Clearly the Batch API was not rigorously tested before it was released as otherwise the sort of errors I am [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2008/09/battling-on-with-the-batch-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Case of the Missing Tabs</title>
		<link>http://www.re-decoded.com/2008/07/the-case-of-the-missing-tabs/</link>
		<comments>http://www.re-decoded.com/2008/07/the-case-of-the-missing-tabs/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 15:01:51 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Action]]></category>
		<category><![CDATA[Blackbaud]]></category>
		<category><![CDATA[Constituent]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Gift]]></category>
		<category><![CDATA[VB.Net]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/2008/07/the-case-of-the-missing-tabs/</guid>
		<description><![CDATA[Here is a strange problem that I encountered. I wanted to show the constituent form with constituent data. I also wanted to know if the user had saved and closed or just closed the form afterwards. If I had not been interested in knowing this information then I would have simply done the following: Public [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2008/07/the-case-of-the-missing-tabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gift Type IDs &#8211; A Reference</title>
		<link>http://www.re-decoded.com/2008/07/gift-type-ids-a-reference/</link>
		<comments>http://www.re-decoded.com/2008/07/gift-type-ids-a-reference/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 11:15:30 +0000</pubDate>
		<dc:creator>David Zeidman</dc:creator>
				<category><![CDATA[Intermediate]]></category>
		<category><![CDATA[Blackbaud]]></category>
		<category><![CDATA[Gift]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.re-decoded.com/2008/07/76/</guid>
		<description><![CDATA[A while ago I wrote an article about filtering on gifts. I find myself regularly having to reference the knowledgebase link which itself links to an Access database file. Here is a snippet from that other article. A word on the GiftTypes filter. Here you can filter on cash, pay-cash, pledge, etc. However this is [...]
No related posts.]]></description>
		<wfw:commentRss>http://www.re-decoded.com/2008/07/gift-type-ids-a-reference/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

