Tag: trailblazer community

Intermediate to Advance Level Interview Questions on Schedulable Apex

  Q. Explain code to schedule batch Apex to run at regular intervals?Β  global class SampleBatchScheduler implements Schedulable { // Execute at regular intervals global void execute(SchedulableContext ctx){ String soql… Read more »

Chapter 18: Parent to Child Communication using method in LWC

  Hello friends, In the earlier chapter we have learnt about types of component communication in lightning web component and parent child communication using public property. In this chapter we… Read more »

Chapter 15: Parent to Child Communication using property in Lightning Web Component

Hello friends, in this chapter, we will learn about parent to child communication in lightning web component. Topics Covered: Types of component communication in lightning web component What is decorator… Read more »