Book Image

Hands-On Low-Code Application Development with Salesforce

By : Enrico Murru
Book Image

Hands-On Low-Code Application Development with Salesforce

By: Enrico Murru

Overview of this book

Low-code platforms allow users to focus on business logic to create solutions without getting trapped in programming complexities. Thanks to its powerful features for designing, developing, and deploying apps without having to hand-code, Salesforce is at the forefront of the low-code development revolution. This book will guide you in building creative applications for solving your business problems using the declarative framework provided by Salesforce. You’ll start by learning how to design your business data model with custom objects, fields, formulas, and validation rules, all secured by the Salesforce security model. You’ll then explore tools such as Workflow, Process Builder, Lightning Flow, and Actions that will help you to automate your business processes with ease. This book also shows you how to use Lightning App Builder to build personalized UIs for your Salesforce applications, explains the value of creating community pages for your organization, and teaches you how to customize them with Experience Builder. Finally, you'll work with the sandbox model, deploy your solutions, and deliver an effective release management strategy. By the end of this Salesforce book, you’ll be ready to customize Salesforce CRM to meet your business requirements by creating unique solutions without writing a single line of code.
Table of Contents (28 chapters)
1
Section 1: What Is Salesforce?
3
Section 2: Data Modeling
9
Section 3: Automation Tools
15
Section 4: Composing the User Interface
19
Section 5: Data Management
22
Section 6: Ready to Release?
25
Section 7: Before We Say Goodbye

Summary

In this chapter, we briefly saw what the Salesforce platform is and how it has evolved over the last few years, thanks to Marc Benioff's long-term vision of what a cloud company should offer its customers, by delivering innovation through a completely customizable, trusted, and reliable platform and the introduction of new products to fill in diverse feature gaps thanks to smart acquisitions.

Then, we explored the Salesforce platform architecture and its multitenancy format, which lets Salesforce customers share the same cloud infrastructure and resources, in a scalable and reliable virtual apartment building, where each customer is granted the same amount of computational resources to smoothly run their Salesforce customizations, provided each customer is allowed to access their own data and metadata (data about data).

We introduced the Trailhead portal, which has rapidly become the main place where Salesforce learning takes place and whose modules are referenced throughout this book.

Finally, we saw how to create a DE Salesforce org so that you are free to learn what's explained in this book, to let you test the examples safely and with no risk to the Salesforce CRM's feature customizations.

In the next chapter, we'll start our low-code customization journey with data model customization, the first piece of metadata that tells the platform how the data should be modeled.