Tag Archives: override

How to rename the Field label in Salesforce for managed package

If you just wanted to rename the label of the field in a managed package it’s going through all the hassle of creating a new package, uploading it and it would end up consuming your ridiculous amount of time. However, there does seem to be a workaround if you ever want to rename a label… Read More: How to rename the Field label in Salesforce for managed… »

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 »

Overriding standard visual page styling in Salesforce

Recently we had a requirement in which our client wanted us to remove the standard padding across the visualforce page. The visualforce page has an inbuilt CSS that applies padding of about 10px across the page. A visualforce page with the default padding is as shown below: As you can see in above screenshot, the… Read More: Overriding standard visual page styling in Salesforce »