January 21, 2019
reporting in salesforce

Challenges on Multi Select While Reporting in Salesforce!

Problem Description: Salesforce doesn’t allow users to create a report based on an individual multi-picklist field or group the reports based on individual multi picklist. Challenges to User/Developer : A workaround for this is to create a custom object which holds the multi-picklist values of the object you are trying to build a report on.
January 21, 2019
Email Template in Salesforce

Changing Case Owner Assignment Email Template in Salesforce

Problem Description : Salesforce customer/users receive the standard/default email every time a case is assigned to him/her. The template cannot be modified as the user will not have access to that email template. Challenges to User/Developer : A workaround for this is to create a brand new workflow with a custom email template.
January 21, 2019
salesforce platform license

How Salesforce Platform License Users Can Access Case Object?

Problem Description: Salesforce Customers/Users face problems when using case objects with partner community login licenses and Salesforce platform licenses, as there is no access to case objects in partner community login licenses and Salesforce platform licenses. Challenges to User/Developer: A workaround for this is to create a permission set which grants access to the case object.
January 21, 2019
Best Way to Indicate Custom Image Indicators Salesforce Lightning

Best Way to Indicate Custom Image Indicators Salesforce Lightning

Problem Description: Salesforce Users/Customers face performance issues with image formulas in Salesforce Lightning. Images can be stored in documents and can be used in Salesforce Classic and Lightning, but it is not efficient since most of the time it requires multiple page refreshes to make the image appear in Salesforce Lightning.
January 21, 2019
How to create a custom button for salesforce or More Records in a Table Form in Salesforce?

How to create a custom button for salesforce or More Records in a Table Form in Salesforce?

Problem Description: Salesforce doesn’t provide out-of-the-box functionality to compare multiple records on a single screen. If a user/customer has to compare records then he/she has to open a record in one browser tab and the other record in another browser tab. However, this is not a feasible solution. Challenges to User/Developer: Create a button in the list view which compares the records dynamically.