Use Thanks in Salesforce.com to Recognize your Co-workers
As of Spring ’15 release, Thanks is available for free for all Sales Cloud Users. Now, your users have access to Thanks feature, including ability to create, edit, share, and give thanks
As of Spring ’15 release, Thanks is available for free for all Sales Cloud Users. Now, your users have access to Thanks feature, including ability to create, edit, share, and give thanks
Custom labels are custom text values that can be accessed from Apex classes or Visualforce pages. The values can be translated into any language Salesforce supports. Custom labels enable developers
The console is a tab that combines related records into one screen with different frames so that users have all the information they need when interacting with Salesforce. Common tasks
Custom labels are custom text values that can be accessed from Apex classes or Visualforce pages. The values can be translated into any language Salesforce supports. Custom labels enable developers
Cloud Integration Cloud Integration enables your organizations to integrate your cloud data with your in-house enterprise applications securely and seamlessly. It also connects disparate, remote cloud applications either directly or
Please find below link: http://appirio.com/category/tech-blog/2014/01/growl-style-notifications-visualforce/ Cheers!!!
Aggregate functions in SOQL, such as SUM() and MAX(), allow you to roll up and summarize your data in a query. For more information on aggregate functions, see ”Aggregate Functions”
Unlike SOQL, which can only query one object at a time and multiple objects only if they are related to each other, SOSL enables you to search text, email, and
–Use the Salesforce Object Query Language (SOQL) to construct simple but powerful query strings for the queryString parameter in the Query() call. Similar to the SELECT command in Structured Query
You want to write a trigger that creates a new record as part of its processing logic; however, that record may then cause another trigger to fire, which in turn
Please find below link for more info: http://blog.jeffdouglas.com/2008/11/14/redirecting-users-to-different-visualforce-pages/ Cheers!!!
Someone who might be struggle to write a Trigger in Salesforce and someone who might be enthusiastic to learn a Salesforce basic trigger, below is the link that I have referred