Two-Column Custom Indexes in Salesforce
Two-column custom indexes are a specialized feature of the Salesforce platform. They are useful for list views and situations where you want to use one field to select records to ....
Two-column custom indexes are a specialized feature of the Salesforce platform. They are useful for list views and situations where you want to use one field to select records to ....
Salesforce supports custom indexes to speed up queries, and you can create custom indexes by contacting Salesforce Customer Support by creating a Case. Note: The custom indexes that Salesforce Customer ....
Salesforce creates skinny tables to contain frequently used fields and to avoid joins, and it keeps the skinny tables in sync with their source tables when the source tables are ....
Salesforce currently doesn't support cross filter in Joined Report. Check the below article for work aroud. https://help.salesforce.com/articleView?id=000221790&type=1 Vote the below Salesfore idea and keep monitoring. https://success.salesforce.com/ideaView?id=08730000000gMcIAAU
Currently Salesforce joined report doesn't support showing Joined Report Results for Records matching on both Sides. Vote the below Idea on Salesforce and keep monitoring. https://success.salesforce.com/ideaView?id=08730000000hnQAAAY
Use platform events to define the data to be delivered in custom notifications. Use Salesforce Platform Events to connect business processes in Salesforce and external apps through the exchange of ....
Use action link group templates to instantiate action link groups with common properties. An action link is a button on a feed element that targets an API, a Web page, ....
1. How to include external javascript files in the lightning component? You can use a RequireJS component or Loader component to load external JS or CSS files. 2. How to ....
Custom permissions let you define access checks that can be assigned to users via permission sets or profiles, similar to how you assign user permissions and other access settings. For ....