Mastering the Art of Scheduling Batch Class in Apex

Big Idea or Enduring Question: How can the System.schedule() method be utilized for scheduling an Apex Batch job? Objectives: After reading this blog, you’ll be able to: Setup scheduled job though the Salesforce setup Understand the function and significance of the System.schedule() method. Learn step-by-step how to schedule an Apex

Read More

Query Records by List of Ids in Flow

Big Idea or Enduring Question: How can you automatically delete open tasks related to opportunity and quote(s) when an opportunity is marked as closed lost?  Objectives: After reading this blog post, the reader will be able to: Understand @InvocableMethod and InvocableVariable Annotation Get sObject Type in Apex code Pass the

Read More

Preamble to the World of Click and Code with Lightning Flow – Excercise​ 2

I was skeptical at first; but, it was an eye opener – what a difference a teaching style makes! One of my mentees has been imploring me to guide her towards Salesforce mastery by assigning use cases. Within a few weeks, she has gained the level of confidence on the

Read More