Category Archives: Salesforce Services

Prevent page redirection on Apex Command Button through JavaScript

We had a requirement to add client side validation on Apex Command Button but the page was getting redirected after successful validation. So, we tried the following JavaScript code to prevent the page redirection but it didn’t work.We then found a solution to stop redirection by adding the following code at the Command Click Event.… Read More »

Testing Deliverability of an Email sent from Salesforce

In our last blog post “Prevent Salesforce Emails from ending up in Spam Folder”, we had written about the things we can do to prevent emails sent from salesforce from landing in the spam folder. One of them was requesting the receiver to whitelist all the Salesforce.com IP addresses. Salesforce.com uses 52 IP addresses to… Read More »

Prevent Salesforce Emails from ending up in Spam Folder

One common problem organizations with salesforce face is emails goes in spam folder when sending emails to clients. This ends up email in the Spam folder and the client misses out on their emails. Even though it is not completely possible to avoid salesforce emails from ending up in the spam folder, there are certain things… Read More »

Changing user email without asking for confirmation from the user

Whenever the administrator of a salesforce organization changes the email address of any user, the user receives a notification in the previous email address informing them of the change. In addition to this, an email is sent to the new address asking for confirmation. It is only after the user accepts the change by clicking… Read More »