Tag Archives: "SalesForce"



Email Campaign Manager

When an organization sends over 15 million emails a year, you need to make sure your staff are emailing the right people the right information at the right time. Otherwise you face the dangers of angry customers, getting marked as spam or worse blacklisted. And you don’t have a way of analyzing your data??? TechAmerica [...]

Also tagged , , ,

SalesForce: Escaping Special Characters in SOQL

SalesForce’s query language SOQL is pretty close to standard SQL but there’s some differences that can drive you batty. One such thing that caused me to pull some hair out recently is escaping special characters like single quotes. To escape single quotes in your text simply replace them with “\’” SalesForce SOQL Query: SELECT id [...]

Also tagged , , ,

Member Directory Search

TechAmerica needed an easy way for users to find the member companies in the TechAmerica Member Directory. With thousands of records and hundreds of fields per record, it got a little daunting. A search app is an easy enough thing to build but the tricky part was designing the user interface. It had to have [...]

Also tagged ,