Tag Archives: Users

DateTime field and Time Zone Settings in Salesforce

Recently, for one of our integration programs we were trying to pass data from our datetime field to the Salesforce datetime field.  We were passing Date as “2014-01-02 00 00 000” but while viewing the same record in the Salesforce User Interface it was displaying the date as “2014-01-01 8 PM”. This posed a big… Read More: DateTime field and Time Zone Settings in Salesforce »

Mass Transfer Custom Object Records from One User to Another

Salesforce provides the ability to mass transfer records from one user to another user. This feature is currently available for some standard Salesforce objects like Accounts and Leads as well as all the custom objects. Only users with administrator rights can transfer records from one user to another user. To transfer the user, follow the… Read More: Mass Transfer Custom Object Records from One User to Another »

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 »