Tabs can be customized by selecting which tabs are visible, renaming them, or creating new custom tabs for custom objects or Visualforce pages.
Customizing tabs ensures that users have quick access to the tools and data they need.
Tabs are assigned to Apps in the App Manager by selecting which tabs should be includedin the app’s navigation bar.
This customization ensures that users see relevant tabs when they switch between different apps.
Roles control the visibility of records across the organization, determining what data users can see.
They establish a hierarchy, allowing users in higher roles to access records owned by users in lower roles.
Permission Sets are additional permissions that can be granted to users without changing their profiles.
They provide flexibility in granting access to specific features or objects for certain users.
Profiles control what users can do (permissions), while Roles control what data users can see (data visibility).
Roles establish a hierarchy, while Profiles do not; they work together to define a user's access and permissions.
Object-Level Security controls user access to specific Salesforce objects, determining whether users can create, read, edit, or delete records in that object.
This security layer ensures users only interact with the objects they are authorized to access.
A Record ID is a unique identifier assigned to each record in Salesforce, consisting of 15 or
18 characters.
It helps distinguish between records and is used in integrations and data operations.
Flow is a powerful automation tool that can collect user input, make decisions, and perform multiple actions.
It supports more complex scenarios, including loops, record updates, and data manipulation.
A Screen Flow is a type of Flow that guides users through a series of screens to collect or display information.
It’s often used for creating guided user interfaces within Salesforce to streamline data entry or processes.
Auto-Launched Flows run automatically without user interaction, triggered by events like record changes, schedules, or platform events.
They are ideal for automating backend processes, like updating records or sending notifications.