Implementing Custom Activity Timelines in Lightning Components About Activity Timeline:- The items in the activity timeline are in order of due date. Tasks and all-day events have a due date of midnight. On the detail page for objects that support activities, Lightning Experience doesn’t display Open Activities or Activity History along with other related lists.… Continue Reading Implementing Custom Activity Timelines in Lightning Components
- March 27, 2020
Unlocking User Access: Profiles And Permission Sets User Permission:- User Permission specifies what action the user can perform and what feature the user can access. Permission set controls the access of users. User permission and access settings are specified in the permission set and profiles. What is the difference between a Profile and a Permission… Continue Reading Unlocking User Access: Profiles And Permission Sets
- March 19, 2020
Unlocking Lightning Login: Your Essential Setup Guide Introduction:- Salesforce introduces Lightning Login, a secure and accessible way for users to access their Salesforce org without passwords, utilizing fingerprint authentication via the Salesforce Authenticator App. Lightning Login : Salesforce introduced Lightning Login, which has nothing related to Lightning Experience, and Lightning Login works with both Classic… Continue Reading Unlocking Lightning Login: Your Essential Setup Guide
- March 6, 2020
Rollup Summary with Flow Introduction:- Roll-up summary fields are one of the most useful custom field types in Salesforce, but not when your object model is based on lookup relationships. You see this magic only works on objects which are related as master detail. Now we use ProcessBuilder and Flows to achieve the Rollup Summary… Continue Reading Rollup Summary with Flow