Recent Posts

Get a 360 view of your customers from multiple systems using Salesforce

One of the challenges for ISV or any company using multiple systems is to realizing the vision of getting a 360 view of their customers…

Continue Reading...

Handling error has occured errors on visual force pages on force.com sites

If you are using a force.com site and having a lot of visual force pages, you would encounter an error message which is error has…

Continue Reading...

How to design and Create an apex job to process a million records

If you are using an enterprise org and have a requirement to process a million records in an automated fashion, apex job provides the solution…

Continue Reading...

Track your force.com site logins by Hour and day

If you have a force.com site and would like to track the user login history report by hour, you would find the login history report…

Continue Reading...

Debugging patterns for programmers who pull their hair off on “The page submitted is invalid for session” on force.com site..

As a programmer debugging on force.com site pages is always a night mare and the reasons are obvious. We do not get exceptions handled if…

Continue Reading...

3 things which will save time before you do data migration on Salesforce

If you are planning to do a data migration to salesforce from an external database like Oracle, sql server or any other system, there is…

Continue Reading...

How to provide a do-Not-Reply Email on Salesforce email templates for anonymous users quickly

If you are having a force.com site or customer portal and do some kind of self service portal, one of the things you would like…

Continue Reading...

Another approach to send do-not-reply email id for emails generated from force.com sites

If you have a force.com site and let us say you want to use a do not reply email id as the from email id…

Continue Reading...

Changing email display names to custom names on force.com sites

If you are sending a custom email on force.com site using apex on a feature like forgot password or username, one of the challenges is…

Continue Reading...

Locking Accounts with invalid login attempts using salesforce.com sites

One of the limitations of force.com sites is the lockout feature which will not work out of the box on portals or force.com sites. So…

Continue Reading...