What is the difference between a constructor and a method? A constructor is a member function of a class that is used to create objects of that class. It has …
Computing
-
- Data LoaderForce.comIntegrationLINUXPHPSALESFORCEUNIX
how to insert/update the data from FTP server (CSV File) to Salesforce.com
how to insert/update the data from FTP server (CSV File) to Salesforce.com Using some of the few ways its possible: 1) Using salesforce API ( e.g. Java, PHP, .Net APIs …
-
Which option is available to user when building dashboard? a) Group and name dashboard filter values b) Display fraction as percentages in table component c) Add upto 50 components in …
-
What can a community manager do in the community Engagement console? Choose 2 answers The answers are 1. View community performance dashboards 2. Setup reputation levels for community members
-
What can an administrator do with reports and dashboards? Choose 2 answers The answers are 1. Mass delete reports not used in Dashboards or analytic snapshots. 2. Enable historical trending …
-
What is true about the enhancements to user management permissions? Choose 2 answers The answers are 1. User management permissions can be assigned using a profile or permission set. 2. …
-
How can a support agent use the console for service? Choose 2 answers The answers are 1. Retain multi-component settings when logging out and back in. 2. clear logs in …
- APEXSALESFORCESalesforce ConfigurationSalesforce Customization
How to identify the Parent Event ID from Child Event in Salesforce?
How to identify the Parent Event ID from Child Event in Salesforce? Using Apex Class/Trigger if we tried to update the Events (Child Events) if isChild = True, then the …
-
How to Identify the Salesforce.com Known Issues Salesforce.com has had a Known Issues site that can help you when you run into something that is not working as expected in …
- APEXSALESFORCESalesforce CustomizationSalesforce.com
How can I export a report as a CSV/Excel file and send the report as Email Attachement using Apex Class?
How can I export a report as a CSV/Excel file and send the report as Email Attachement using Apex Class? We can send the Salesforce report as csv/excel file with …