Salesforce: Event Log Files
As of Winter ’15 release, Event Log Files has been Generally Available. It contains useful information for assessing organizational usage trends and user behaviour. However, there is no access through
As of Winter ’15 release, Event Log Files has been Generally Available. It contains useful information for assessing organizational usage trends and user behaviour. However, there is no access through
We just implement Salesforce NFP (not for profit) for our church to store members database and attendances. Thanks to Salesforce for providing this awesome system for free. We send birthday email to
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