Salesforce Interview Questions with Answers Part 67
1. Secondary Routing Priority in Salesforce Omni-Channel In a queue, priority is determined by how long the work item has been waiting—first in, first out. However, while a work item ....
1. Secondary Routing Priority in Salesforce Omni-Channel In a queue, priority is determined by how long the work item has been waiting—first in, first out. However, while a work item ....
1. Which Special characters need to be escaped in package.xml in Salesforce ANT deployment?You need to escape the below 1. & - ampersand2. < - less than symbol( < )3. ....
1. Fault Connector in Salesforce Flow While a connector element determines the normal path of flow execution, a fault connector is executed at runtime only when its source element results ....
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. LightningLightning Knowledge uses user profile permissions or permissions sets to give agents access to authoring actions. In contrast, Knowledge in Salesforce Classic uses ....
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 ....