Recent Posts

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…

Continue Reading...

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…

Continue Reading...

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…

Continue Reading...

How to resolve issues with Site.CreatePortalUser returning Null using force.com sites.

One of the annoying issues with force.com sites is creating a portal user whether it is a person account or business account. The real issue…

Continue Reading...

Passing data between authenticated and non authenticated pages in force.com sites

One of the common problems in using force.com sites is how to pass data between authenticated site pages and non authenticated sites pages. Let us…

Continue Reading...

Command Link Not posting parameters on Visual force pages..

One of the major issues we always face on visual force pages is that command link button which some times may not post the parameters…

Continue Reading...

How would we return instance of classes based on class name using reflection with apex

Situation Imagine a scenario where you need to get an instance of a class based on the class name. The original way of doing this…

Continue Reading...

Recruiting Good visual force programmers and Getting rid of the fake ones!!

How to identify  Salesforce programmers who don’t have  experience. In the Salesforce world  now, we understand that there is a lot of demand for visual…

Continue Reading...

Solutions for Implementing Lookup tables in Salesforce from Legacy Applications..

If you are migrating a legacy application say an Oracle or Microsoft sql server database, Look up tables are used to store look up or…

Continue Reading...

Issues with rendering apex caption when displaying dynamic data..

When you are displaying a grid of data using apex panel grids or apex data table components,Let us say we need to display a section…

Continue Reading...