Blog – Salesforce
Insights and Ideas from Our Team
Filter By:
Who should do the estimating?
How to Avoid Governor Limits with sendEmail in Apex
You can send emails programmatically in Salesforce Apex, but if you’re not careful you can hit the measly governor limit of 10 in no time at all. You see, although your outbound email limit is 1000 with Apex, only a total of 10 sendEmail method calls are allowed in each context. Obviously the way to…
Burndowns considered harmful?
The Disempowered Project Manager
The Case for Custom Software
Visualforce: Salesforce.com’s markup language
Visualforce is SFDC’s custom mark up language and represents the view in a Model-View-Controller target=”_blank” software design pattern. Each Visualforce page is tied directly to a controller. These controllers, of course, manipulate the data in the model (database) and contain your application’s business rules. Visualforce is made up of components (standard and custom.) These are…
How to Define a RemoteObject in Actionscript
For the project I have been recently working on, I wanted to define a set of services in ActionScript that I could use to communicate via AMF to PHP. It turns out that this technique is not well documented around the web. Here’s how I did it. Important: This example uses Flex 4. You will…
User Experience Matters
Hey, Do You Guys Do Agile?
Salesforce dot what, now?
So, rapid application development. In our space at least, it’s all about time to features. Not time to market, or return on investment, or any fuzzier metric, but simply; I need a feature, how long will it take? (And how much will it cost). Over here at Soliant we do business apps, meanings apps for…