What can a service representative do using macros? 1. Automatically attach relevant articles to a case based on a keyword search. 2. Automatically run bulk macros on records from more …
SFDC
-
-
What is a capability of Chatter Files? 1. Private content may only be shared in private Chatter groups. 2. All content files from content libraries can be synced in Chatter. …
- SALESFORCESalesforce ConfigurationSalesforce Customization
Prepopulate the lookup field value in salesforce standard view page using URL Parameters?
Prepopulate the lookup field value in salesforce standard view page using URL Parameters? Its possible using the below workaround: First you need to get the Lookup Field 15 digit Salesforce …
- SALESFORCESalesforce Configuration
Differentiate saveURL, cancelURL, retURL in Salesforce URL Parameters
Differentiate saveURL, cancelURL, retURL in Salesforce URL Parameters There are many URL parameters used by Salesforce.com, but saveURL, cancelURL and retURL are the very most fundamental and regularly used in …
- APEXSALESFORCEVisual ForceVisualforce
How to Get the Logged in User Profile Name in Apex Class and Visualforce Page
How to Get the Logged in User Profile Name in Apex Class and Visualforce Page Source: https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_methods_system_userinfo.htm#apex_System_UserInfo_getProfileId getProfileId() Returns the context user’s profile ID. Id profileId=userinfo.getProfileId(); String profileName=[Select Id,Name from …
- APEXSALESFORCESalesforce ConfigurationSalesforce CustomizationTrigger
How to Choose to achive the Field Updates either using Workflow or Trigger
How to Choose to achive the Field Updates either using Workflow or Trigger: Best practise to always use a workflow whenever possible and only use triggers when you cannot accomplish …
-
How can Lightning Process Builder be used to automate business processes? A. Send an email when a case has been open for 30 days. B. Prevent users from deleting accounts …
-
what is a capability of report notifications? A. Users can subscribe to reports and set the notification criteria. B. Users can configure automatic report notifications for public groups. C. Users …
-
What actions can a user perform on an existing Chatter post? A. Create a new task B. Add a poll C. Create a new opportunity D. Add a topic
-
what Is a true statement about the Analytic Cloud? A. It is accessible on 10S mobile devices. B. It analyzes data from Salesforce and external sources. C. It requires installation …