Perhaps you’ve run into a limitation with the Salesforce.com Rollup Summary field functionality. While this is an incredibly useful function, roll up summary fields can only be used in very …
Sakthivel Madesh
Sakthivel Madesh
3x Salesforce MVP | Platform Champion | 22x Salesforce Certified | MuleSoft Certified | All Star Ranger | TechForce Services | Sydney | Australia
-
-
Do You Need A Portal for Your Salesforce.com System? Salesforce.com comes out of the box pre-configured with Self-Service, Customer, and Partner Portals. Beyond that, Salesforce sells licenses for completely custom …
- Uncategorized
Differences between Files, Salesforce CRM Content, Salesforce Knowledge, Documents, and Attachments
Differences between Files, Salesforce CRM Content, Salesforce Knowledge, Documents, and Attachments Click Here
-
We have a requirement to display the accountsi) having cases more than 5 in red color.ii) having cases equal to 5 in yellow color.iii) having cases less than 5 in …
-
To use an Email Template from Apex Class in order to send an email: In order to send an email from apex class, you can use any of the below …
-
In short how to do an apex callout from Class..Apex class:*******************************************global class with sharing ApexCallout{public void callout() {//Construct a HTTP RequestHttpRequest req = new HttpRequest() ;string strUrl=’**********Place your Remote Site Address here**********”;//Before making this callout, you need to …
-
In Cloud Computing, generally Database is provided by the Service providers only..Tables in SQL are Objects in Salesforce.We develop Visual Force pages in Salesforce and we will control the pages …
-
There are 3 types of Salesforce.com Portals. Customer Portal Partner Portal Self Service Portal The feature differences are that Partner Portal exposes the Leads and Opportunity objects whereas the Customer …
-
Here is the scenario:All business users have been migrated to Windows 7, 64 bit and Outlook 2010. They were utilizing the Outlook 2003/2007 on Windows XP or Windows 7 32 …
-
Scenario:The entire department or company is migrating to Windows 7 and Outlook 2010. But they were utilizing outlook for connect before hand. Which had the bells and whistles of creating …