May 26th, 2011 by
David Zeidman
If you recognise the title of this post then I was inspired by a BlackbaudKnowHow article of a similar name. In that article the author describes the differences between the three terms and how they relate to Blackbaud Enterprise CRM. This is a good overview and works well for Blackbaud Enterprise CRM. However it breaks down when talking about The Raiser’s Edge 7.
Read the rest of this entry »
Posted in Not Code |
No Comments »
November 4th, 2010 by
David Zeidman
A few days ago I put a question on both Blackbus and the official Blackbaud forums asking if anybody had written a plug-in in C#. I have written a number of customisations in C# (VB.NET is my most common programming language – although I do enjoy using C#) but I had never written a plug-in before. It has always been a web service of application of some kind. I managed to work out how to do it and thought that I would share my solution here. Read the rest of this entry »
Posted in Advanced |
7 Comments »
September 30th, 2010 by
David Zeidman
Most people who regularly read this blog will hopefully (for their sake) never have to encounter this issue that has plagued me ever since I upgraded to Visual Studio 2005 (and then later Visual Studio 2008) and Vista (and then later Windows 7). Working with setup and deployment project is supposed to make life easier but I have had nothing but trouble with them.
Read the rest of this entry »
Posted in Advanced |
No Comments »
July 4th, 2009 by
David Zeidman
I have covered this a couple of time before (hence the more and more obscure title) in various posts; here and here but I have been preparing IDLookup for install on Blackbaud’s OnDemand hosting service. Among several requirements is the fact that you have to install the plug-ins manually and not through an installer.
Read the rest of this entry »
Posted in Advanced |
1 Comment »
June 2nd, 2009 by
David Zeidman
There are more and more customisations in the plug-in directory (so much so that I am contemplating changing the name ).
Here are the top visited customisations from the “plug-in” directory during the month of May 2009.
Constituent Document Linker
Cleanup Notepad Types plug-in
Audit Trail
Code Insert Custom Part
Blackbaud NetCommunity Integration
ID Lookup
Consecutive Giving Total Search
Clean Static Queries
Bank Checker Solution
CanadianUpdateRE
If you cannot find a plug-in that you know should be in the directory or would like something developed then feel free to contact me at Zeidman Development.
Posted in Not Code |
No Comments »
February 3rd, 2009 by
David Zeidman
This question has been eating away at me for ages. When you go to the Plug-ins module in The Raiser’s Edge and see the various plug-ins installed I often wonder is there any kind of order to them. Some of them appear to be in alphabetical order but then one will sneak up on you and mess up the theory. They are not in date installed order as you often get the Blackbaud plug-ins coming in the middle. The only one common theme is that the .NET plug-ins appear to come last. Come on Blackbaud what’s the deal here? I need to know!
Posted in Beginner |
No Comments »
January 19th, 2009 by
David Zeidman
A while back I wrote a post about how to install a .NET plugin. Since writing that post I now almost always use Windows installer to install my plugins but every so often they do not install I have not been able to work out why. Today though I think I cracked it.
Read the rest of this entry »
Posted in Intermediate, Not Code |
2 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 »
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 »