Archive for December, 2006

links for 2006-12-31

Sunday, December 31st, 2006

links for 2006-12-29

Friday, December 29th, 2006

links for 2006-12-27

Wednesday, December 27th, 2006

links for 2006-12-23

Saturday, December 23rd, 2006

links for 2006-12-21

Thursday, December 21st, 2006

links for 2006-12-15

Friday, December 15th, 2006

links for 2006-12-08

Friday, December 8th, 2006

Got Marketing relaunches email marketing integration with Salesforce

Thursday, December 7th, 2006

From their Appexchange page:

CampaignerPro is an advanced yet affordable email
marketing application that leverages your CRM data to deliver targeted,
highly-personalized automated campaigns to your Leads and Contacts.
Deliver the right message, to the right person at the right time.

got corp used to donate to nonprofits, nothing on their website about starting that program back up. Anybody know?

links for 2006-12-07

Thursday, December 7th, 2006

Canadian Tax Receipt Generator

Tuesday, December 5th, 2006

Here’s an Appexchange package that generates a Tax Receipt Id for an Opportunity. In Canada, you have to give sequential tax receipt numbers to each donor. Salesforce does autonumber really well, but we need to only give these out to donations that come in the door, so we need more control.

The package consist of an S-Control and Custom Link you put on the Opportunity object. When you click the custom link from the Opportunity, you get the next tax receipt id, which is written to the tax receipt id field on the Opp.

The next available id is stored in a custom object. When you set this up, you need to create that object and give it your starting number for your tax receipts. It will then increment for you as you give out tax ids.

In Winter ‘07 this should be easier because we can just do a query of the tax receipt ids in use, sort by tax receipt id, and limit the result set to 1. That would give us the highest number in use and we could increment that. Then we won’t need a custom object to store the number…