Salesforce is a fancy database | Basics of Salesforce for beginners | Objects & Fields in Salesforce
Summary
Highlights
The video introduces Salesforce as a 'fancy database' and begins by defining what a database is: a collection of organized information stored in tables. In basic database terms, tables have columns and rows. Salesforce translates these terms into 'objects' for tables, 'fields' for columns, and 'records' for rows.
Salesforce has two types of objects: standard and custom. Standard objects (like Accounts, Leads, Opportunities) are pre-built by Salesforce and cannot be deleted as they store essential business information common to almost all organizations. Custom objects are created by users to store unique, business-specific information.
Similar to objects, fields also come in standard and custom varieties. Standard fields cannot be deleted, even on custom objects (e.g., Name, Created By). Custom fields are user-defined and can be deleted, allowing for tailored data storage within objects.
The video provides a step-by-step demonstration of creating a custom 'Candidate' object in Salesforce. This includes navigating to Setup > Object Manager > Create Custom Object, defining labels, API names, and setting up an auto-number primary key (Candidate ID).
The demonstration continues by selecting various features for the custom object, such as allowing reports, activities, and searchability, and setting deployment status. It also shows how to create a custom tab for the new object, configure its visibility, and add it to an application.
After creating the custom object, the video demonstrates how to add a custom field to it. This involves going back to the object's Fields & Relationships, selecting 'New,' choosing a data type (e.g., Text), providing a field label (e.g., 'Candidate Name'), and setting properties like 'Required'.
The video concludes by encouraging viewers to practice creating custom objects and fields in their Salesforce developer orgs. It provides a call to action for viewers to like, subscribe, and share the video for more Salesforce-related content, also acknowledging a hiatus in video uploads and promising more frequent content.