Home / Interview /Top 20 Salesforce A...
Amrita Srinivasan
2024-04-02
0 mins read
Page Layout is about the control of fields, buttons, Visualforce, and custom links on the Salesforce object record pages. This enables the user to modify the record pages. It helps to determine the accessibility of fields—read-only, visible, or required.
While record types are the most convenient way to offer different subsets of pick list values or page layouts to the users, these are based on user profiles. They determine which page layout is visible to a user based on their profile.
Custom reports in Salesforce are reports that are created by users to meet specific needs that are not met by the standard reports provided by Salesforce. These reports can be created using the Salesforce Report Builder, which allows users to select the fields they want to include in the report and specify filters and sorting criteria.
Custom Report Types are the blueprint or the structure that defines the relationship between the primary object and other related objects in the report. It determines the fields and columns that are available to add to the report. Custom report types are used to create custom reports and can be used to create multiple reports using the same structure.
A Flow in Salesforce is a tool that allows you to automate business processes, tasks, and actions without writing code. Flows are a way to guide users through a series of steps, gather information, and make decisions based on the data collected.
Flows can be triggered by a variety of events, such as a button click, a record being created or updated, or a scheduled time. They can also be run from a custom button, a custom link, or from Apex code.
Sharing rules in Salesforce are used to grant additional access to records to users or groups of users. They allow you to automatically share records with specific users, roles, or public groups based on the record's ownership or other criteria. This can be used to provide access to records that would not otherwise be accessible, or to override the organization-wide defaults for a particular object.
Owner-Based Sharing Rules: These rules are based on the ownership of a record, and are used to share records with specific users or groups of users based on the record's owner.
Criteria-Based Sharing Rules: These rules are based on specific criteria, and are used to share records with specific users or groups of users based on the values of fields on the record.
Field-level security in Salesforce is a feature that allows you to restrict access to specific fields on an object for specific profiles. This means that you can control which users can see and edit specific fields on a record, regardless of their role or other access settings.
To set field-level security on a single field for all profiles, you can follow these steps:
Permission Sets in Salesforce are a way to grant additional access to specific users without changing their profile. A permission set is a collection of settings and permissions that can be assigned to one or more users. These settings and permissions allow users to perform tasks they would not be able to perform with their profile alone.
Permission sets can be used to provide access to:
Permission sets can be assigned to users individually or through a group, and can be revoked or reassigned as needed. This allows for a more granular control over the access to specific functionality, without the need to create multiple profiles for different access levels.
Profiles control a user's access to objects, fields, tabs, apps, and other functionality within Salesforce. A user can have only one profile, and the profile is assigned to the user when the user is created.
On the other hand, a Role in Salesforce is a way of organizing users based on their job function or responsibility within the organization. Roles determine the level of access that users have to data within Salesforce, specifically to the data they do not own. A user can have multiple roles, and the roles are assigned to the user after the user has been created.
In summary, a Profile defines what a user can do, while a Role defines what a user can see. A Profile controls the access to functionality, while a Role controls the access to data.
There are several different types of reports in Salesforce, each with its own set of features and capabilities. The main types of reports include:
OWD (Organization-Wide Defaults) in Salesforce is a feature that determines the level of access that users have to data in the organization. It sets the default level of access for all users, and can be overridden by sharing rules, role hierarchies, and manual sharing.
OWD settings are defined for each object, such as Accounts, Contacts, Leads, Opportunities, etc. and can be set to one of the following options:
A master-detail relationship in Salesforce is a type of relationship between two objects, where one object is the "master" and the other object is the "detail". In a master-detail relationship, the detail object is associated with a specific master object, and inherits the access and security settings of the master object.
For example, you might have a master object called "Account" and a detail object called "Contact". In this case, each contact is associated with a specific account, and inherits the access and security settings of that account.
In Salesforce, a standard object is a pre-built object that comes with the platform, while a custom object is an object that is created by a user to meet specific business needs.
Here are some key differences between standard and custom objects in Salesforce:
In Salesforce, a sandbox is a copy of a production environment that is used for development, testing, and training purposes. Sandboxes are isolated environments that allow developers and administrators to test changes, experiment with new features, and troubleshoot issues without affecting the data and configuration in the production environment.
Salesforce offers several types of sandboxes, each with a specific purpose and set of features:
A Custom Setting is a type of custom object in Salesforce that allows developers to store custom data sets that can be used across an organization. Custom Settings are similar to Custom Objects, but they are used to store data that needs to be shared across multiple users or profiles, such as global configurations, default values, or application settings.
Custom Settings can be created for both org-wide and user-specific settings. They can also be accessed through Apex code, formulas, or Visual force pages, which makes them very flexible and versatile.
In Salesforce, a dashboard is a visual representation of key data and metrics that provide insights into business performance. A dashboard is made up of one or more components, such as charts, tables, gauges, and metrics, which display real-time data from standard or custom reports.
Dashboards in Salesforce are customizable, allowing users to select the data they want to see and configure the layout of the components to suit their needs. Users can also create custom dashboards or use pre-built dashboard templates that are provided by Salesforce.
An approval process is a set of automated steps in Salesforce that an organization can use to approve records, such as opportunities, leads, or custom objects. Approval processes help streamline business processes by automating the approval of records, reducing the need for manual intervention, and ensuring that records are processed consistently and efficiently.
An approval process can be customized to meet the specific needs of an organization. For example, an approval process can include multiple levels of approval, different approver groups, or custom email notifications to keep stakeholders informed. Overall, approval processes provide an efficient and reliable way to manage record approvals and ensure compliance with organizational policies and procedures.
Field-level security is a security feature in Salesforce that allows administrators to control which fields on an object are visible and editable for different users or profiles.
Using field-level security, administrators can specify which fields are accessible to users with a certain profile or permission set, or restrict access to specific fields that contain sensitive or confidential data. This helps to ensure that users only have access to the data they need to perform their job duties, and reduces the risk of data breaches or unauthorized access.
Field-level security can be set at both the object level and the field level. At the object level, administrators can control the visibility and editability of all fields on an object for a particular profile or permission set. At the field level, administrators can set permissions for individual fields on an object, controlling who can view or edit those fields.
Chatter is a collaboration platform in Salesforce that allows users to connect with each other, share information, and work together more efficiently. It is similar to social networking sites like Facebook or LinkedIn, but designed specifically for use within a business context.
Chatter can help businesses improve communication, collaboration, and knowledge sharing among employees, as well as increase transparency and engagement across teams. It can also be integrated with other Salesforce features, such as Accounts, Contacts, and Opportunities, to enable users to share and access relevant information more easily.
A tab is a user interface element that represents an object or a custom page within Salesforce. Tabs are displayed in the navigation bar at the top of the page, and they allow users to quickly access records and pages related to a particular object or custom page. For example, there might be a tab for Accounts, Contacts, or Cases. Tabs can be customized to show only the information that is relevant to the user.
An app, on the other hand, is a collection of tabs that are grouped together to provide a specific set of functionality or a particular user experience. Apps can be accessed from the App Launcher, which is located in the navigation bar. Apps can be customized to include only the tabs that are relevant to the user's role or to a specific business process. For example, there might be a Sales app that includes tabs for Leads, Accounts, and Opportunities, or a Service app that includes tabs for Cases, Knowledge, and Communities.
In Salesforce, a sandbox is a copy of your production environment that you can use for testing and development purposes. There are several types of sandboxes available in Salesforce, including developer sandboxes and full sandboxes.
Here are the main differences between a developer sandbox and a full sandbox:
Data Loader is a Salesforce tool that allows you to import, export, and delete data in your Salesforce organization. It's a powerful tool that can help you quickly and easily move large amounts of data between Salesforce and other systems.
Data Loader allows you to use a variety of data sources to import data, including CSV files, Excel spreadsheets, and database connections. You can also use Data Loader to extract data from Salesforce for backup purposes, or to analyze the data outside of Salesforce.
INQUIRY
By tapping continuing, you agree to our Privacy Policy and Terms & Conditions
SkillAhead Solutions
Gurgaon
USA
1603, Capitol Avenue, Suite 413A, 2659, Cheyenne, WY 82001, USA
`Copyright © DevLabs Alliance. All rights Reserved`
|
Refund & Reschedule Policy
Privacy Policy
Terms of Use