|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/salesforce-apex-triggers-batch-apex-integration-apex-test/
课程评论:没有评论
课程总结:Salesforce Apex触发器,LWC,集成,Apex测试 本课程旨在深入探讨Salesforce Apex触发器、批处理Apex类及集成技术,从基础到高级水平。您将学习到以下内容: 1. **Apex触发器**: - 基础Apex触发器,包括15个实际应用场景。 - 高级Apex触发器,包含4个复杂场景。 - "每个对象一个触发器"设计模式。 - 通过示例学习触发器处理程序的使用。 2. **批处理Apex**: - 批处理Apex的基础知识与示例。 - 状态保持的批处理Apex。 - 定时批处理Apex的调度与实现。 3. **Apex测试类**: - 包含6个设计良好的Apex测试示例,帮助您了解如何编写测试代码。 - 使用测试数据工厂的Apex测试类示例。 4. **Salesforce集成**: - 使用SOAP进行Salesforce到Salesforce的集成,包括入站和出站Web服务。 - 使用REST的Salesforce集成,包括入站Web服务和REST调用。 5. **SOQL(Salesforce对象查询语言)**: - SOQL的基础知识。 - 学习聚合函数、绑定变量以及子父关系查询。 6. **LWC(Lightning Web Components)**: - 掌握装饰器、生命周期钩子、记录表单及记录编辑表单的使用。 - 通过Wire和命令式方法调用Apex方法。 - 实现LWC组件之间的通信,包括父子组件与无关组件间的通信。 通过本课程的学习,您将获得扎实的编程技巧,能够在实际项目中应用所学内容,并为Salesforce职业面试做好准备。课程中提供了完整的代码示例,帮助您更好地理解和应用知识。
In this course, you will learn below topics. I have explained the triggers and batch apex classes from basics to advanced level. I have explained Salesforce Integration using REST and SOAP, SOQL, Lightning Web Components. These LWC, SOQL, Triggers Batch Apex Classes, Apex Web Services will help you to work in real-time projects and also will help you in clearing salesforce interviews. I have provided the code for triggers, batch apex classes, SOAP, and REST Web Services, SOQL, LWC.Basic Apex Triggers with 15 scenariosAdvanced Apex Triggers with 4 scenariosOne Trigger Per Object design pattern:Apex Trigger with Trigger Handler with example - 1 Apex Trigger with Trigger Handler with example - 2Batch Apex, Batch Apex - Database.Stateful with examplesSchedule Batch ApexApex Test Classes with 6 examplesApex Test Class with Test Data FactorySalesforce to Salesforce Integration using SOAP:SOAP Inbound Web ServiceSOAP Outbound Web ServiceSalesforce Integration using REST:REST Inbound Web ServiceREST CalloutSOQL - Salesforce Object Query LanguageSOQL - BasicsAggregate FunctionsBind VariablesChild to Parent and Parent to Child Relationship QueriesLWC - Lightning Web ComponentsDecorators, Lifecycle Hooks, Record Form, Record Edit Form, Record View FormCall Apex Methods using Wire, ImperativeLWC Communication from Child to Parent, Parent to Child, communication between unrelated ComponentsApex Code to Create, Update, Delete, Undelete records.