|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/development-aura-framework-and-visualforce-of-salesforce/
课程评论:没有评论
课程名称:开发Salesforce的Aura框架和Visualforce 课程概述:本课程专为希望从基础学习Salesforce中Lightning Aura框架的学生设计,包含了与自定义项目场景相关的Lightning组件实现。从基础到高级,我们涵盖了Lightning Aura框架和Visualforce的完整课程大纲,结合实时场景和实际演示项目示例。课程面向想要学习如何使用Lightning Aura组件框架在Salesforce平台上构建自定义用户界面的开发者,适合具有JavaScript和网页开发经验的开发者,以及想要学习如何使用Lightning Aura组件框架构建更高效和可扩展用户界面的经验丰富的Salesforce开发者。我们特别关注那些刚开始Salesforce开发职业生涯并希望在此领域成长的学生。 Lightning Aura框架是Salesforce开发的客户端框架,用于在Salesforce平台内构建动态和响应式用户界面。它是Salesforce Lightning体验的关键组成部分,旨在为用户提供更现代和互动的用户界面。Visualforce是Salesforce中的一个传统框架,用于构建自定义用户界面和网页,使用类似HTML的标签化标记语言,开发者可以使用Apex为这些页面添加逻辑。 本课程将涵盖以下主题: - 创建带有服务器端调用以获取记录的Lightning组件。 - 在Aura Lightning组件中显示对象记录搜索、导航至其他记录和页面。 - 如何使用事件在多个组件间进行通信。 - 如何使用组件、控制器和助手创建项目接口。 - 使用应用程序事件和组件事件在组件之间进行通信。 学习完本课程后,您将能够: - 在Lightning Aura组件中构建自定义用户界面。 - 创建Lightning组件和应用程序的示例接口。 - 理解和使用Lightning组件中的属性和表达式结构。 - 通过JavaScript函数在Lightning组件中进行调用。 - 在Aura组件中实现父子组件之间的交互。 - 显示包含表单的模态弹窗。 - 处理和展示静态资源、验证功能及相关记录的检索。 课堂还包括如何使用Apex从Lightning Aura组件中提取和插入记录、动态获取选项值,及Visualforce页面的数据处理等多项实用技能。 通过本课程,您不仅可以掌握Lightning Aura框架和Visualforce的基本操作,还能深入理解并应用于Salesforce平台上的开发实践。
Course Overview:-This course is completely designed for that student who is interested to learn from basic concept of lightning aura framework implementation with custom project scenarios of lightning component. In this course I have covered complete syllabus of lightning aura framework and Visualforce from basics to advance with real-time scenarios based on live demo projects example in Salesforce. This course is designed for developers who want to learn how to use the lightning aura components framework to build custom user interfaces on the Salesforce platform. It is suitable for developers who have experience with JavaScript and web development, and want to learn how to use the Lightning Aura Components framework and Visualforce to build modern, reactive user interfaces that can be easily integrated into Salesforce. It is also suitable for experienced Salesforce developers who want to learn how to use the Lightning Aura Components Framework to build more efficient and scalable user interfaces.I have taken care of who are brand new to start Salesforce Career as a developer and want to grow their Career in Salesforce development.What is Lightning Aura Framework?The Lightning Aura Framework is a client-side framework developed by Salesforce for building dynamic and responsive user interfaces within the Salesforce platform. It was one of the key components of Salesforce's Lightning Experience, designed to provide a more modern and interactive user interface for users of Salesforce applications.What is Visualforce?Visualforce is a legacy framework for building custom user interfaces and web pages within Salesforce. It uses a tag-based markup language that resembles HTML, and developers can use Apex to add logic to these pages. Some important key features and concepts of Lightning Aura Framework:-Component-Based Architecture: The Lightning Aura Framework is based on a component-based architecture, where user interface elements are encapsulated as reusable components. Proprietary Markup Language: Developers use the Aura Markup Language (Aura XML) to define the structure and layout of components. Client-Side and Server-Side Logic: Lightning Aura components can contain both client-side JavaScript controllers and server-side Apex controllers. This allows developers to implement business logic on the client side for responsiveness and on the server side for data processing and interaction with Salesforce data.Event-Driven Communication: Components in the Lightning Aura Framework communicate with each other through events.Lightning Experience: Lightning Aura components were designed to be a part of the Lightning Experience, Salesforce's modern user interface. They provide a more dynamic and responsive user experience compared to the older Visualforce framework.In this course we will learn about the following topics:-Create lightning component with Server side call to get records.Display object records in Search.Navigation to other record and pages in aura lightning component.How to use of Event to communicate between multiple components.How to use Component, Controller, and Helper to create interface of Project.How to use of Application and Component Event to communicate between one component to another component.What will you be able to do after taking this course?I created three section to complete the syllabus of Aura Framework and Visualforce in Salesforce.Building Custom User Interfaces in Lightning Aura Component::How to Create Lightning Component and Application?Example of Interfaces in Aura Component.The Basic structure of Attribute & Expressions in Lightning Component.How to Call a JavaScript function in Lightning Component?How to Communicate from Child to Parent in Aura Component?How to communicate from Parent to Child through aura-method in Lightning Aura Component?How to display a modal popup with a form inside in lightning components?Application Event in Lightning Component.How to get Radio Button Selected Value in Aura Lightning Component?How to display an image from Static Resources in Aura component?How to create custom form validation in Aura Lightning Component?Calling Apex from Lightning Aura Components in Salesforce::How to fetch list of Opportunity record through Apex Class?How to fetch the Opportunity record based on recordId?How to display related list of record based on recordId of lookup relationship?How to display Parent to Child Record through Nested Query in Aura Component?How to create custom record search functionality in lightning component?How to use wrapper class in Aura Lightning Component?How to Insert record using Apex Controller in Aura Lightning Component?How to get picklist values dynamically in Aura Lightning Component?How to get Checkbox Selected Value in Aura Lightning Component?How to Fetch related list on Account on click button in Lightning Component?Visualforce Page:: How to Fetch data from server in Visualforce? How to Get Billing Address of Account based on Quote record Id in Visualforce? How to Insert an Account Record in Visualforce? How to call Lightning Component from Visualforce page? How to display related record of Account based on record Id in a Visualforce? How to retrieve data from multiple objects a Visualforce? How to find Quote owner manager's Name and Email in Visualforce? How to add header and footer in Visualforce page in rendered as PDF?