وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Complete Salesforce Certified Platform Developer 1 Course

سرفصل های دوره

Salesforce Developer I Certification Course - Covers Apex, Configurations, Salesforce Flows and Everything In-Between


1. Introduction
  • 1. Introduction
  • 2.1 Signup for a free developer account.html
  • 2. Sign up for a Developer Account
  • 3. Salesforce Navigation

  • 2. Salesforce Fundamentals
  • 1. Intro to Fundamentals
  • 2. Multi-tenant Environment
  • 3. Build a basic declarative app
  • 4.1 testpage.zip
  • 4.2 testpagecontroller.zip
  • 4. Build a basic programmatic app
  • 5. Explain MCV. paradigm

  • 3. Data Modeling and Management
  • 1. Intro to Data Modeling
  • 2. Outline Requirements
  • 3. Objects Overview
  • 4. Field Types
  • 5.1 Formula Field Limits and Restrictions.html
  • 5. Formulas
  • 6. Relationships
  • 7. Object Security
  • 8. Roll-up summaries
  • 9.1 CastMembers.csv
  • 9.2 Contacts.csv
  • 9.3 CrewMembers.csv
  • 9.4 Productions.csv
  • 9. Data Import Wizard
  • 10. Data Export Service
  • 11.1 Contacts-Upsert.csv
  • 11. Apex Data Loader

  • 4. Declarative Process Automation & Logic
  • 1. Intro to Process Automation & Logic
  • 2. Process Builder and Workflow Rules Review
  • 3. Introduction to Flows
  • 4. Building Flows
  • 5. Scheduled Flows and Screen Flows
  • 6.1 Triggers and Order of Execution.html
  • 6. Save Order of Execution

  • 5. Layouts and Navigation
  • 1. Page Layouts and Lightning App Builder

  • 6. Apex Triggers
  • 1. Developer Console Navigation
  • 2. Intro to Apex Triggers
  • 3. Create Basic Trigger
  • 4. Trigger Types
  • 5. Trigger Best Practices

  • 7. Apex Classes
  • 1. Intro to Apex Classes
  • 2. Create Basic Trigger Handler
  • 3. Methods
  • 4.1 Apex Class Definition.html
  • 4. Class Modifiers

  • 8. Apex Data Types
  • 1.1 Apex Primitive Data Types.html
  • 1. Primitive Data Types
  • 2. Complex Data Types
  • 3. Arrays

  • 9. Apex Logic
  • 1. IfElse
  • 2.1 Expression Operators.html
  • 2. Comparison Operators
  • 3.1 Expression Operators.html
  • 3. Ternary Operators
  • 4.1 Switch Statements.html
  • 4. Switch Statements
  • 5.1 List or Set Iteration for Loops.html
  • 5.2 Traditional For Loops.html
  • 5. For Loops
  • 6.1 Do-While Loops.html
  • 6.2 While Loops.html
  • 6. While Loops
  • 7.1 Exception Handling Example.html
  • 7. trycatch
  • 8.1 Custom Exceptions.html
  • 8. Custom Exceptions

  • 10. Challenge 1
  • 1.1 Install Custom Fields.html
  • 1. Challenge 1
  • 2.1 Install Custom Solution.html
  • 2. Check work

  • 11. Object Oriented Concepts
  • 1. Intro to Objects
  • 2. Constructors and Instantiation
  • 3. Variables
  • 4. Sub-classes

  • 12. Working with Salesforce Data in Apex
  • 1. DML Statements
  • 2.1 SOQL Queries.html
  • 2. SOQL Queries
  • 3.1 SOSL Queries.html
  • 3. SOSL Queries
  • 4.1 Dynamic SOQL.html
  • 4.2 Dynamic SOSL.html
  • 4. Dynamic Queries
  • 5.1 Governor Limits.html
  • 5. Data Governor Limits

  • 13. Challenge 2
  • 1.1 Install Setup Components.html
  • 1. Challenge 2
  • 2.1 Install Example Solution.html
  • 2. Check work

  • 14. Custom Metadata Types
  • 1. Intro to Custom Metadata Types
  • 2. Create Custom Metadata Type
  • 3. Access from Apex

  • 15. Platform Events
  • 1. Intro to Platform Events
  • 2. Create Custom Platform Event
  • 3. Subscribe to Platform Event with Apex
  • 4. Publish Platform Events with Apex

  • 16. Challenge 3
  • 1.1 Install Setup Components.html
  • 1. Challenge 3
  • 2.1 Install Example Solution.html
  • 2. Check work

  • 17. Asynchronous Apex
  • 1.1 Apex Scheduler.html
  • 1. Scheduled Apex
  • 2.1 Future Methods.html
  • 2. Future Methods
  • 3.1 Execution Governors and Limits.html
  • 3.2 Queueable Apex.html
  • 3. Queueable Apex
  • 4.1 Using Batch Apex.html
  • 4. Batch Apex

  • 18. Extending Declarative Functionality
  • 1.1 Invocable Methods.html
  • 1. Invocable Methods
  • 2.1 email+from+lead.zip
  • 2.2 Invocable Variables.html
  • 2. Invocable Variables
  • 3.1 Considerations for the Apex-Defined Data Type.html
  • 3. Apex-Defined Types

  • 19. Challenge 4
  • 1.1 Install Setup Components.html
  • 1.2 Interview Class.html
  • 1. Challenge 4
  • 2.1 Install Example Solution.html
  • 2. Check work

  • 20. Testing & Debugging Apex
  • 1.1 Understanding Testing in Apex.html
  • 1. Introduction to Testing
  • 2. Basic Test Class
  • 3.1 Trailhead - Create Test Data for Apex Tests.html
  • 3.2 Using the isTest(SeeAllData=True) Annotation.html
  • 3. Test Data Factory
  • 4.1 Testing Queueable Apex.html
  • 4. Testing Asynchronous Apex

  • 21. Challenge 5
  • 1.1 Install Setup Components.html
  • 1.2 Turn Opportunities Into Deals.html
  • 1. Challenge 5
  • 2.1 Install Example Solution.html
  • 2. Check work

  • 22. Visualforce Pages
  • 1. Introduction to Visualforce
  • 2.1 Creating Your First Page.html
  • 2. Create a basic page
  • 3. Standard Controllers
  • 4. Standard List Controllers
  • 5. Record Edit Page
  • 6. Component Library
  • 7. Custom Visualforce Components
  • 8.1 Order of Execution Details.html
  • 8.2 View State Limit Exception Help.html
  • 8. Debugging Visualforce
  • 9.1 When Should I Use Visualforce.html
  • 9. Visualforce Use Cases

  • 23. Challenge 6
  • 1.1 example new button.zip
  • 1. Challenge 6 Instructions
  • 2. Challenge 6 Solution

  • 24. Visualforce Controllers
  • 1. Create a basic Visualforce Controller
  • 2. Visualforce Controller Methods
  • 3. Dynamic Expressions
  • 4. Standard Controller Extensions
  • 5. Controller Test Coverage

  • 25. Challenge 7
  • 1. Challenge 7
  • 2. Check work

  • 26. Lightning Web Components
  • 1. Intro to Lightning Web Components
  • 2.1 Install Java.html
  • 2.2 Install Salesforce CLI.html
  • 2.3 Install VisualStudio Code.html
  • 2. Install Development Tools
  • 3. Create a basic component
  • 4. Lightning Component Framework Explained
  • 5.1 Lightning Design System.html
  • 5. Component Composition
  • 6. Events
  • 7.1 Lightning Component Library.html
  • 7. Lightning Base Components
  • 8. Work with Salesforce Data
  • 9.1 SLDS Icons.html
  • 9. Creating Salesforce Data
  • 10.1 Communicate Between Unrelated Components (Trailhead).html
  • 10.2 Lightning Data Table.html
  • 10. Lightning Message Service
  • 11.1 Code Samples and SDKs.html
  • 11.2 LWC Open Source.html
  • 11.3 UnofficialSF Flow Screen Components.html
  • 11. Other LWC Use Cases and Resources

  • 27. Lightning Aura Components
  • 1. LWC vs. Aura Components
  • 2. Aura Component Framework
  • 3.1 Lightning Component Library.html
  • 3. Create a basic Aura Component
  • 4. Events
  • 5.1 Lightning Web Components and Aura Components Working Together.html
  • 5. Using LWC with Aura
  • 6.1 Aura Component Developer Guide.html
  • 6.2 Base Components Aura vs. LWC.html
  • 6.3 Launch Screen Flows With Lightning Web Components.html
  • 6. Aura Component Use Cases and Resources

  • 28. Closing
  • 1.1 Prepare for Your Salesforce Platform Developer I Certification Credential - Trailmix.html
  • 1. Closing Words
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 3249
    حجم: 6305 مگابایت
    مدت زمان: 825 دقیقه
    تاریخ انتشار: 29 دی 1401
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید