Salesforce Admin Tutorial Chapter – 9
Record Types With the page layout assignment in the previous section, we were able to assign a particular page layout to a profile. Record types allow us to take this process a step further and assign more than one layout to a profile. Previous article, Salesforce Admin tutorial – 8,…
Salesforce Admin Tutorial Chapter – 8
Custom Page Layouts In the previous section on page layouts, we looked at how to customize a layout Salesforce has provided to our preferences. But Salesforce also allows us to create our own custom page layouts for more flexibility. Previous article, Salesforce Admin tutorial – 7, explains about Page Layouts….
Salesforce Admin Tutorial Chapter – 7
Page Layouts Salesforce allows users to customize their page layouts. You can drag and drop different fields and organize them according to your requirements with the help of this feature. You can also convert certain fields into mandatory ones or make them read-only during this process. Previous article, Salesforce Admin…
Salesforce Admin Tutorial – 6
Formula Fields Formula fields are a special field type that is read-only and automatically generated by the system. For example, if you have two fields A and B want to insert the sum of A and B into another field called C, you can set up C as a formula…
Salesforce Admin Tutorial – 5
Fields Fields are columns of a Salesforce object. They represent certain details about the object. For example, our Employee object can consist of the following fields. Fields also can be standard and custom. Name is an example of a standard field, which Salesforce has created for our Employee object by…
Salesforce Admin Tutorial – 4
Objects and Tabs An object in Salesforce is a database table that stores a collection of records and fields. Here, fields act as table columns while records act as rows. Before reading 4th tutorial, please read Salesforce Admin tutorial – 3, explains about how to create Salesforce Apps. Salesforce…
Salesforce Admin Tutorial – 3
Salesforce Apps In Salesforce, applications are a collection of objects or tabs. Objects here refer to something similar to database tables. Tabs, on the other hand, are links that take you to these tables. We use these objects and tabs to manage records of different types. Read the previous article…
Salesforce Admin Tutorial – 2
How to create a Salesforce Developer account Creating a Salesforce Developer account is entirely free. You don’t need to pay anything to acquire this license. It, however, limits your access to a limited number of features on the platform. There’ll also be a 5MB limit on data storage and a…
Salesforce Admin Tutorial – 1
Let’s take a deeper look into on-demand services, or cloud services. The cloud today facilitates three main types of services. They are: From the three, SaaS refers to the products that are delivered to customers as fully-developed software. It’s the most common type of cloud service you could come across….
Chapter 4: LWC Tutorial – Getters and Setters
We already discussed the utility of getters, how if we want to display the result of expression we can use getters as HTML doesn’t know to allow to compute an expression on the go. Setters are used if I want to execute a custom logic every time a value of…