Category: Executives
This section is about architectural decisions for salesforce developers and architects to consider in salesforce.
Debugging Force.com SItes errors on the message error has occured
If you have a lot of visual force pages on force.com sites, one of the challenges is fixing the error has occurred error message on…
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…
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…
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…
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…
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…
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…
Site.create user account creation issue on Multiple language website
If you have a multiple language website like spanish and you are trying to create a portal user account for a spanish user, the site.createPortaluser…
Creating a custom Change password page using force.com sites and solving issues with dreaded Site.Login and Change password..
If you are using a force.com site and you are trying to use a custom change password page, it is a nightmare to debug issues…
Handling Multiple environments with Multiple apps with Salesforce Integration
One of the common issues we face during integration with salesforce is to handle different environments of legacy applications and integrating them with different sandboxes…