January 1st, 2009 by
David Zeidman
What better way of starting the new year than taking a look at the next generation of Blackbaud’s products that are based on their Infinity platform. A couple of products have already been released but unlike many other products released into the IT wild Blackbaud has chosen, wisely in my opinion, to make the release a quiet affair and not a must have upgrade. I have managed to take a look at Blackbaud CRM. This product is aimed at the larger fundraising organisation and its flexibility certain shows this.
Read the rest of this entry »
Posted in Not Code |
No Comments »
December 28th, 2008 by
David Zeidman
A few days shy of the end of the year, I hearby present to you the top visited plugins of 2008 (unless of course there is a sudden rush on any of them before midnight in which case the list will be adjusted accordingly). This list is based on the top number of clicks through to the more information about each plug-in supplied by each plug-in author.
Audit Trail
Blackbaud NetCommunity Integration
Bank Checker Solution
Clear Invalid Spouse IDs
Constituent Document Linker
Code Insert Custom Part
Convio DataSync Connector RE
ID Lookup
Action Reminder Updater
CanadianUpdateRE
Thank you to all that have added to the directory during the year and to those that have rated the plug-ins.
Posted in Not Code |
1 Comment »
December 12th, 2008 by
David Zeidman
The title is somewhat dramatic and probably not relevant to many people however for me and a client that I work with it proved to be a disaster. This is not the first time that Blackbaud has changed the API and it certainly won’t be the last but this was annoying. So what am I referring to?
Read the rest of this entry »
Posted in Not Code |
No Comments »
December 5th, 2008 by
David Zeidman
I am pleased to announce the release of IDLookup version 1.1.5. This is just an incremental upgrade with the small additions of support for searching by title and by gender.
As always if you already own a copy of IDLookup then follow this link to download the new version. Use the same serial number if prompted.
If you do not own a copy then why not download a trial version at Zeidman Development. And now for a limited time only (thanks to Her Majesty’s government) UK buyers can get the reduced VAT rate! If you are buying from outside of the UK then take advantage of the low exchange rate. Due to the exchange rate the US dollar equivalent price is now 27% lower than it was four weeks ago!
Posted in Beginner |
No Comments »
November 24th, 2008 by
David Zeidman
The IBBMacroProperties interface promised some nice enhancements to VBA macros. However of the three properties in the interface only one of them actually works.
Read the rest of this entry »
Posted in Beginner |
No Comments »
November 10th, 2008 by
David Zeidman
In Config, Fields it is possible to set your own fields to be required or not. For example if I wanted every organisation record in Raiser’s Edge to have a profession then I would tick the profession tick box as being required. In order to future proof my code it is necessary to check to see which fields are required so that when creating a new organization I can also prompt for the required fields too. This is not such a difficult task really only that the code below does not work as expected.
Read the rest of this entry »
Posted in Advanced |
No Comments »
November 4th, 2008 by
David Zeidman
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 found useful and have developed older items in order to do more things. In this post I will share with you some of the items that I find invaluable. Read the rest of this entry »
Posted in Intermediate |
No Comments »
October 22nd, 2008 by
David Zeidman
I have been at the Blackbaud European Conference for the past two days and had a great time. My session seemed to go well enough and I hope that those that were there found it useful. Again if you want see the slides again then look at the posting below. (Note that you can watch it full screen using the second from right icon at the bottom of the presentation).
If you don’t remember anything else about my presentation remember this: You do not need to purchase RE:API to create a plugin. You are not going to hear that from Blackbaud too often but I have been told from high up in the company that this is the case. You are able to develop your plugin against the sample database (where all the modules are unlocked) and then deploy it to your production database.
I had a good conference and learnt a great deal about BBEC (Blackbaud Enterprise CRM) and the new Infinity platform. (Thank you Ben). Watch this space for more about my experiences of that product.
Posted in Not Code |
No Comments »
October 20th, 2008 by
David Zeidman
Thank you to all of you who came along to my presentation at the Blackbaud European Conference. If you are coming to this site because of the conference then welcome.
As promised here is my presentation to download. Feel free to explore this blog or browse through the plugins on zeidman.info.
You need to Flash version 9 to view this. If you cannot see it then try here
Posted in Not Code |
1 Comment »
October 17th, 2008 by
David Zeidman
There was a post on Blackbus recently where a Raiser’s Edge user was having trouble mapping the output of a third party system to RE. The other system had the constituent system id and did not have the import id or the constituent ids so importing the data directly into RE was proving to be a problem. It would also be difficult to do any kind of lookup natively in RE unless it was done manually through a query.
I suggested that this was a straight forward solution if you were to write a plugin. In fact I felt that it was so straight forward that I would just write it. So here it is a new plugin that takes a system constituent id and outputs the constituent and import ids appending them to a copy of the input file.
Read the rest of this entry »
Posted in Beginner |
No Comments »