Salesforce Interview Questions with Answers Part 64
1. Ten Minute Build The 10-minute build practice is an extreme programming practice where the code base is designed by the developer to be built automatically. Having a simple build ....
1. Ten Minute Build The 10-minute build practice is an extreme programming practice where the code base is designed by the developer to be built automatically. Having a simple build ....
1. Knowledge Article Actions in Classic Vs. Lightning Lightning Knowledge uses user profile permissions or permissions sets to give agents access to authoring actions. In contrast, Knowledge in Salesforce Classic ....
1. What is Salesforce SOS?What is Salesforce SOS?System of systems (SOS) Add SOS to your native Android or iOS mobile app so that your customers can connect with agents via ....
1. Classic vs Lightning Knowledge in Salesforce Classic Knowledge Article Types are used for showing differnt buttons and fields. Lightning Knowledge Looks similar to regular objects. Record Types are used ....
1. USING SCOPE clause for SOQL The new USING SCOPE clause for SOQL queries lets you limit results by filterScope. Syntax: SELECT column_name FROM table_name USING SCOPE filterScope_value filterScope_value can ....
1. Set Checkpoints in Apex Code Use Developer Console checkpoints to debug your Apex classes and triggers. You can’t set checkpoints in Visualforce markup. Checkpoints persist until you click Debug ....
1. Assets best practices in Salesforce Assets allow you to track specific information about the products and services purchased or installed by customer accounts or contacts Use assets to track ....
1. Unconvert Leads in SalesforceOnce the Lead is converted, we cannot unconvert it in Salesforce. Using View and Edit Converted Leads permission in the Profile, users can edit the Leads. ....
1. Splunk and Salesforce Install Splunk App for Salesforce using the below URL.https://splunkbase.splunk.com/app/1931/ We can check the below 1. Apex Pages performance2. Apex Classes performance3. Detect Security Threats4. Reports and ....
1. Only Last PushTopic Notification Sent for the Same Record In API version 36.0 and earlier, when multiple PushTopic notifications are generated for the same record within about one millisecond ....