Author Archives: greysalesforce

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: Testing Deliverability of an Email sent from Salesforce »

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: Prevent Salesforce Emails from ending up in Spam Folder »

Removing the footer in Salesforce Reports

Salesforce has started rolling out the Spring 14 release and it is expected to reach all Salesforce systems by the 3rd week of April. One of the features that have been added to the latest release is the ability to hide footers that are displayed in the exported salesforce reports. Those using the standard salesforce… Read More: Removing the footer in Salesforce Reports »

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: Changing user email without asking for confirmation from the user »

Using same component multiple times in a Visualforce page

While working on a project, we created a component and had to use this component in the same page multiple times to show grid data for different objects. Here the JavaScript functions and variables were getting conflicted and the component was not referring to the correct JavaScript function and variables. To resolve this conflicting issue,… Read More: Using same component multiple times in a Visualforce page »