Skip to content

Salesforce Platform Developer I Certification Guide, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Salesforce-Platform-Developer-I-Certification-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salesforce Platform Developer I Certification Guide

Salesforce Platform Developer I Certification Guide

This is the code repository for Salesforce Platform Developer I Certification Guide, published by Packt.

Expert tips, techniques, and mock tests for the Platform Developer I (DEV501) certification exam

What is this book about?

Salesforce Lightning Platform, used to build enterprise apps, is being increasingly adopted by admins, business analysts, consultants, architects, and especially developers. With this Salesforce certification, you'll be able to enhance your development skills and become a valuable member of your organization.

This certification guide is designed to be completely aligned with the official exam study guide for the latest Salesforce Certified Platform Developer I release and includes updates from Spring '19. Starting with Salesforce fundamentals and performing data modeling and management, you’ll progress to automating logic and processes and working on user interfaces with Salesforce components. Finally, you'll learn how to work with testing frameworks, perform debugging, and deploy metadata, and get to grips with useful tips and tricks. Each chapter concludes with sample questions that are commonly found in the exam, and the book wraps up with mock tests to help you prepare for the DEV501 certification exam.

By the end of the book, you’ll be ready to take the exam and earn your Salesforce Certified Platform Developer I certification.

This book covers the following exciting features:

  • An end-to end-guide with practice tests to help you achieve the Salesforce Platform Developer certification
  • Design data models, user interfaces, and business logic for your custom applications
  • Understand the complete development life cycle from designing to testing

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter04.

The code will look like the following:

closeModal: function(component, event, helper){
    var navToMovieTab = $A.get("e.force:navigateToObjectHome");

Following is what you need for this book: The Salesforce Platform Developer I Certification Guide is for you if you want to learn how to develop and deploy business logic and user interfaces using the capabilities of the Lightning Platform. No prior knowledge of Apex programming is required.

With the following software and hardware list you can run all code files present in the book (Chapter 4-7).

Software and Hardware List

No Software required OS required
1 Developer Salesforce account Windows, macOS, Linux

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Errata

Page 286, para 1: In this class, I defined only a string to demonstrate the usability of the abstract class:

public Movie(String sMovieType){
    this.movieType = sMovieType;
}

Should be

public Movie(Id idMovieId){
    this.movieId = idMovieId;
}

Page 285, last para: Like any other class, we give the class a name:

private String movieType = '';

Should be

private Id movieId = null;

Related products

  • Learning Salesforce Lightning Application Development [Packt] [Amazon]

  • Salesforce CRM - The Definitive Admin Handbook - Fifth Edition [Packt] [Amazon]

Get to Know the Author

Jan Vandevelde is a Salesforce MVP, speaker, trainer, and blogger, and a Senior Salesforce Consultant at Salesforce Platinum Partner 4C. He is based in Belgium. He has been working on the Force.com platform since 2009. Currently, he is working as a Salesforce Consultant and is a regular contributor to the Trailblazer Community.

He has 15 certifications in Salesforce. He works on all aspects of Salesforce and is an expert in data migration, configuration, customization, and development, with his main expertise being in Sales Cloud, Service Cloud, Community Cloud, and Salesforce Quote-to-Cash. He is the leader of the Belgium User Group of Salesforce. He is one of the board members of Europe's community-led event, YeurDreamin.

Gunther Roskams is a 7x certified Salesforce Application Architect, integration specialist, and Senior Salesforce Developer at Salesforce Platinum Partner 4C. He designs many (integration) solutions and gives advice about how to integrate Salesforce with other platforms or ERPs. Besides that, he still likes to develop nice Salesforce applications with the newest standards and technologies, together with the Salesforce best practices.

You can follow Gunther on Twitter via @guntherRoskams, or on LinkedIn as Gunther Roskams.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781789802078

About

Salesforce Platform Developer I Certification Guide, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages