Question:- What are login hours and login IP ranges in Salesforce?
Answer:- Salesforce Applications provide features such as login hours and login IP ranges. Login hours: In an organization, the schedule for login and logout is set to define the time limit and working hours. It flags the user who does not follow the schedule. To set the login hours for an organization in a Salesforce platform, go to: Setup > Administration > Manage Users > Profiles Login IP ranges: If a user tries to login via an unknown IP, then the organization is alerted, and it can restrict the user to do so. Organizations use IP ranges to maintain secure access so that they can prevent any kind of loss. For setting up the login IP ranges, go to: Setup > Administration Setup > Manage Users > Profiles
Question:- What is meant by TAB in Salesforce?
Answer:- Salesforce tabs allow users to see information at a glance. In the program, it shows the data of objects and other web material. Types of TAB in salesforce are: • Standard object tabs • Custom object tabs • Web tabs • Visualforce tabs
Question:- What is field-level security and how can it be controlled?
Answer:- Field-level security helps control the accessibility of a user to a particular data field. Suppose, if an organization is providing a user with the access to see, edit, manipulate, or delete a data object specific to the user’s field of work, it can hide other data objects from the user. To control the field-level security, we use to profile and permission sets. The attributes of profile and permission sets are mentioned below: • Profiles o Page layouts o IP ranges o Login hours o Desktop o Client access • Permission o App permissions o Record types o Tab settings o Assigned apps o Object permissions o Field-level security o Apex classes o Visualforce pages
Question:- What is a custom metadata type?
Answer:- The custom metadata type stores information about an organization. It is a type of custom object that can be customized, deployed, packaged, and upgraded. It helps use data for configuring the application without fretting about data migration. Rather than transferring the custom metadata type manually, it can be deployed using a Sandbox.
Question:- How can we clear the time-based workflow action queue?
Answer:- There are two ways to clear a time-based workflow action queue: 1. First, you can make false criteria. 2. Or you can clear by removing actions that are rescheduled from the queue.
Question:- What is OWD and Do you know how many accesses are available in OWD?
Answer:- he default level of access to data records for all users in an organization is defined by the Organization’s defaults. Defaults are used to limit data access across the organization (Records). For both Standard and Custom Objects, Organization-Wide Defaults (OWD) can be set. In Organization-Wide Default, around 13 various accesses are available. They are as follows: 1. Public Read Only. 2. Public Read/Write. 3. Public Read/Write/Transfer. 4. Public Full Access. 5. Private 6. View Only. 7. Use 8. Hide Details. 9. Hide Details and Events. 10. Show Details. 11. Show Details and events. 12. Controlled by parent 13. No Access.
Question:- What is meant by an App in Salesforce? And what are the types of Apps?
Answer:- n Salesforce.org, an app serves as a container. There are tabs, a logo, and a name on them. It’s a collection of tabs that provide the Salesforce developer with the features he or she is seeking for. If you need to develop an app in Salesforce, simply follow the steps below: Setup ->Build ->Create->App-> Click on new Salesforce has two types of Apps which are: • Custom App • Console App
Question:- What is a Trigger, exactly? What are the different kinds of Triggers?
Answer:- Triggers are the custom actions done in Salesforce before and after changes are made to a record. Insertions, updates, and deletions are examples of these activities. Triggers may be used to call Apex, and a trigger is just Apex code that runs before and after the next set of activities. In salesforce, there are two types of triggers available which are: • Before trigger, used to update or validate records before saving into database • After trigger, used to access field values that are set by the system.
Question:- What is Salesforce Lightning?
Answer:- Salesforce Lightning is an app development framework developed by salesforce.com that simplifies business processes for users.
Question:- What is Lightning Framework?
Answer:- The Lightning Component Framework is a UI Framework by Salesforce that is used to develop single-page applications for desktop and mobile devices. Lightning Components can be built using two programming models – the Aura Components Model, and the Lightning Web Components Model.
Question:- What are the components in Salesforce Lightning?
Answer:- Salesforce Lightning includes the following components: 1. Lightning Component Framework – It is a javascript framework and a collection of general components that allow the development of recyclable components for personalizing the Salesforce1 Mobile App and Lightning Experience 2. Lightning Experience – It is the new and modern user experience and interface for Salesforce 3. Lightning Exchange – It relates to a part of AppExchange, which has over 70 partner components to start the development process 4. Lightning Design System – It helps build applications with the look and feel of Lightning Experience but without having to write a single line of CSS 5. Visual Building tools – It relates to drag-and-drop features that enable easy and quick customization and app building
Question:- What is Lightning Experience?
Answer:- Lightning experience is the name for the latest Salesforce desktop application. It has the latest features with advanced UI and speed optimization.
Question:- How are Lightning components built?
Answer:- Lightning components are built using two programming models: • Native Aura Components Model Aura is a freeware technology that powers the Lightning components. It is a UI framework used for the development of dynamic web apps for mobile and desktop devices. Aura bridges the client and server through partitioned multi-tier component development and uses JavaScript on the client-side as well as on the server-side. It has a scalable long-lived lifecycle to allow the development of growth-oriented apps. Aura allows the creation of apps that are not dependent on Salesforce data. Because of this, there is minimal disruption to the daily users. As the programs don’t have to be optimized for each device, Aura allows for more efficiency in development. • Lightning Web Components Model The aspects of Web Components that work well in browsers are supported by Lightning Web Components. It only adds what is necessary to work in all Salesforce-supported browsers. It is a W3C Web Components standard implementation. Lightning Web Components Framework is a set of advanced lightweight frameworks that are based on the most recent web standards. It’s a reusable code-based document object model element. It can help create sophisticated interfaces without using JS or the creation of a library making it simple and fast to use thus, saving a lot of time and work on the web stack.
Question:- What is the use of aura: namespace?
Answer:- Aura: namespace comprises all the main building blocks to define applications and components.
