Introduction: In Salesforce, managing user permissions is crucial for determining which actions users can perform and what features they can access. This is achieved through profiles, permission sets, and the more advanced concept of permission set groups. This blog will guide you through these terms, their differences, and how to effectively use them to manage… Continue Reading Unlocking User Access: Profiles And Permission Sets
admin
Entries By admin
- March 27, 2020
- March 19, 2020
Introduction In today’s fast-paced digital world, security and ease of access are paramount. Salesforce has recognized this need by introducing Lightning Login, a secure and accessible way for users to access their Salesforce org without needing a traditional password. This feature utilizes fingerprint authentication through the Salesforce Authenticator App, streamlining the login process while enhancing… Continue Reading Unlocking Lightning Login: Your Essential Setup Guide
- March 6, 2020
Roll-up Summary Fields in Salesforce Flow What Is a Roll-Up Summary Field? A roll-up summary field is one that aggregates data from a child object to a parent object that shares a Master-Detail relationship. Roll-up summary fields can use the COUNT, SUM, MIN, and MAX functions. Unfortunately, roll-up summary fields are only available for objects… Continue Reading Roll-up Summary Fields in Salesforce Flow
Introduction Salesforce introduces scheduled flows. Now, you can schedule flows to run and create scheduled batch jobs declaratively, specifying when the date/time the flow will run and the frequency of the scheduled flow (once, daily, weekly and monthly) and provide additional filter conditions for the records. Here are some things to note with scheduled flows:… Continue Reading Scheduled Flows in Salesforce: The Key to Simplified Batch Job Processing
Introduction Salesforce Screen Flows provide a powerful tool to guide users through multi-step processes. One useful feature to enhance these flows is dependent picklists. Dependent picklists are drop-down lists where the available options in one field (the dependent field) are determined by the value selected in another field (the controlling field). In Screen Flows, this… Continue Reading Unlocking Efficiency: Dependent Picklists in Salesforce Screen Flows