Triggering Action Handlers on change of any field of a record with LDS

Triggering Action Handlers on change of any field of a record with LDS

Preview unavailable

You must log in or sign up to view this lesson.

LoginSign up

Complete Salesforce Lightning Training

Buy nowLearn more

Understanding Lightning Framework

  • Why did Salesforce come up with Lightning Experience1
  • Configuring the Org to use and create Lightning Experience7
  • Getting started with Components and Apps4
  • Advantage of components?
  • Getting started with Attributes and Expressions6
  • Mastering Action Handlers2
  • Elements in Salesforce Lightning Design System
  • Mastering <aura: ___ /> tags3
  • Understanding the concept of Interfaces in Lightning Framework, by building a component
  • Understanding controller on Server side1
  • Fetching list of records and displaying them using Lightning Framework
  • Beautifying a component so that its in sync with Lightning Experience7
  • Building a custom search component with Lightning Framework and custom code
  • Mastering Lightning Tags Part-11
  • Mastering Lightning Tags Part-21
  • Saving a record using Lightning Framework and custom code3
  • Navigate from one component to another component passing query string
  • Creating components dynamically with Javascript using $A global value provider2

Events in Lightning Framework

  • Introduction to Events
  • Mastering Component Scope Events
  • Mastering Application Scope Events2

Lightning Data Service

  • Lightning Data Service(LDS)1
  • Understanding <force:recordData /> and its attributes1
  • Looking at different ways of Displaying Data using LDS
  • Understanding .saveRecord() method and custom saving functionality with LDS
  • Exploring Toast Messages4
  • Understanding .getNewRecord() and creating new records using custom code using LDS
  • Understanding .deleteRecord() method and deleting records using LDS1
  • Triggering Action Handlers on change of any field of a record with LDS2

Advanced Lightning Data Service

  • How to embed VF Page into Lightning Experience
  • Displaying records based on the change of a field of record dynamically
  • Refactoring the dynamic display component previously created.
  • Managing Navigations in Lightning Experience
  • Understanding firing up of EDIT Event
  • Dealing with Modal Pop-ups using POC Vs Production coding standards
  • Create our own custom Edit form
  • Making the custom Edit form powerful
  • Handling Save Mechanism for custom Edit Form
  • Refactor the Custom Edit Form
  • Exploring Spinner in Lightning Experience
  • Exploring Custom Icons in Salesforce Lighting Design System
  • How to embed Lightning Component to a VF Page
  • Understanding Concept of Attribute Syncing

Override standard buttons with Lightning Component

  • Overriding a standard button with custom component
  • Making the new component fully functional after overriding the standard button
  • Mastering all the values for Implements Attribute in a Component

Developing a Form Wizard from scratch

  • Creating a form wizard and splitting one form into three steps1
  • Enhancing form wizard with Progress Indicator
  • Making back buttons functional and Refactoring the code1

Security in Lightning

  • Mastering Field Level Security & Sharing Rules with Lightning Code
  • Naming conventions with Namespace

Release Notes

  • Understanding Server Side Caching
  • Inherited Sharing in Apex Framework

Data Transfer between Visualforce and Lightning Components

  • The problem
  • Data Transfer from Lightning Component to Visualforce page using postMessage()
  • Data Transfer from Visualforce page to Lightning Component to using postMessage()
  • Firing events from Aura Components and handling event listeners in Visualforce pages
  • Firing events from Visualforce pages and handling the event in Aura Components1
  • 🔥Hot Tip - How to grab the base domain of a Visualforce page dynamically

Miscellaneous

  • <lightning:recordForm /> is a life saver1
  • Difference between initHandler & renderHandler