Check out my new course - Learn Flows with me

Grab Now

Timeline of the episodes!

You can find when and what topics are published here to get a better hang of the roadmap.

Timeline

  1. Doing the code coverage for Future method

    Apex Test Fest

  2. Doing the code coverage for Schedule Apex Class

    Apex Test Fest

  3. Doing the code coverage for Batch Apex Class

    Apex Test Fest

  4. Code coverage for a method throwing mixed DML exception 2/2

    Apex Test Fest

  5. Code coverage for a method throwing mixed DML exception 1/2

    Apex Test Fest

  6. Code coverage for a method having Callout and DML in the same transaction

    Apex Test Fest

  7. What is Test.isRunningTest() and how to use it for our advantage?

    Apex Test Fest

  8. What is (SeeAllData = true) and when to use it?

    Apex Test Fest

  9. How to create and work with Test Factory Design Pattern

    Apex Test Fest

  10. @TestSetup in Test Classes

    Apex Test Fest

  11. Writing the Test suite class for Triggers

    Apex Test Fest

  12. How to do the code coverage for a private Apex method?

    Apex Test Fest

  13. Testing the business logic using negation testing

    Apex Test Fest

  14. Doing the code coverage for an Apex Trigger

    Apex Test Fest

  15. Test coverage for an Apex Method with params

    Apex Test Fest

  16. Start the code coverage

    Apex Test Fest

  17. Creating a basic Apex Test Class

    Apex Test Fest

  18. Why can we not see data in sandbox and production?

    Apex Test Fest

  19. What should be your thought process before you write the Test Classes?

    Apex Test Fest

  20. Why do we have to write Test Classes?

    Apex Test Fest

  21. Data model for the hands-on project

    Learn lightning flows with me

  22. Introduction, when and where it is used, scenario and hands on

    Learn lightning flows with me

  23. From home page, app page and record page

    Learn lightning flows with me

  24. Why, When & How to use Flow Trigger Explorer

    Learn lightning flows with me

  25. How to debug as a different user in Flows

    Learn lightning flows with me

  26. Subflows in Flows

    Learn lightning flows with me

  27. Testing update scenario - [Part 6/6]

    Learn lightning flows with me

  28. Taking the flow or a ride and testing insert scenario - [Part 5/6]

    Learn lightning flows with me

  29. Missing piece of the puzzle - [Part 4/6]

    Learn lightning flows with me

  30. What happens when an existing record is updated - [Part 3/6]

    Learn lightning flows with me

  31. Trigger notifications when a new record is inserted - Part [2/6]

    Learn lightning flows with me

  32. What's the requirement?

    Learn lightning flows with me

  33. When and how to add fault path to make the flow foolproof & wrap up - Part [9/9]

    Learn lightning flows with me

  34. Send funds to a Pal - [Part 8/9]

    Learn lightning flows with me

  35. Insert data to move on to the next step - Part [7/9]

    Learn lightning flows with me

  36. Follow DRY design pattern and refactor the flow - Part [6/9]

    Learn lightning flows with me

  37. What if the user wants to make the payment using Credit Card? - [Part 5/9]

    Learn lightning flows with me

  38. Update Wallet balance after successful transaction & error handling - Part [4/9]

    Learn lightning flows with me

  39. Select a Bill and Payment mode to pay the bill - Part [3/9]

    Learn lightning flows with me

  40. Do you want to pay bills or send money to pal? - Part [2/9]

    Learn lightning flows with me

  41. Understanding the Data Model - Part [1/9]

    Learn lightning flows with me

  42. Making progress, Testing & Wrapping it up

    Learn lightning flows with me

  43. Ask is to move all the child contacts from one Account to another Account

    Learn lightning flows with me

  44. From LWC

    Learn lightning flows with me

  45. From Global Actions

    Learn lightning flows with me

  46. From a Visualforce Page

    Learn lightning flows with me

  47. From Utility Bar Item

    Learn lightning flows with me

  48. From Quick Actions

    Learn lightning flows with me

  49. From the App Page

    Learn lightning flows with me

  50. From the List Views

    Learn lightning flows with me

  51. Fine tuning the Flow to provide better user experience

    Learn lightning flows with me

  52. Send data back to the flow form LWC component

    Learn lightning flows with me

  53. Send data to LWC component from a Flow

    Learn lightning flows with me

  54. Using wrapper classes to send and receive params of complex types from a Flow to an Apex method

    Learn lightning flows with me

  55. Send data back to the Lightning Flow from an Apex method

    Learn lightning flows with me

  56. Process list of account records in the apex method sent by a Flow

    Learn lightning flows with me

  57. Sending parameters of type primitive datatypes to apex methods

    Learn lightning flows with me

  58. Invoke an Apex method from the Flow

    Learn lightning flows with me

  59. Invoke the Auto launched flow from third party system using a REST API Callout

    Learn lightning flows with me

  60. Invoking the Auto-launched flow from another flow

    Learn lightning flows with me

  61. All you need to know about Auto-launched flows

    Learn lightning flows with me

  62. Get a grasp of Scheduled triggered flow by working on...

    Learn lightning flows with me

  63. The last pointer before end-to-end testing

    Learn lightning flows with me

  64. Let's battle test the flow we created

    Learn lightning flows with me

  65. Handling null pointers in the flow we created so far

    Learn lightning flows with me

  66. FYI - Why I took this route?

    Learn lightning flows with me

  67. Handling the update scenario (both when the amount is...

    Learn lightning flows with me

  68. Handling the delete child records scenario in Roll-Up...

    Learn lightning flows with me

  69. Handle bottlenecks when a record is inserted

    Learn lightning flows with me

  70. Advanced Scenario: Create Roll-Up summary using record...

    Learn lightning flows with me

  71. Enhance the created flow by using best practices [2/2]

    Learn lightning flows with me

  72. Enhance the created flow using best practices [1/2]

    Learn lightning flows with me

  73. Scenario: Update child records when parent record is ...

    Learn lightning flows with me

  74. Let's look at Before vs After event flows with examples

    Learn lightning flows with me

  75. Before event Vs After event record triggered flow

    Learn lightning flows with me

  76. Intro and a scenario (update the same record's field ...

    Learn lightning flows with me

  77. Now, let's move on to HTTP POST callout

    Learn lightning flows with me

  78. Make the HTTP callout lot more generic

    Learn lightning flows with me

  79. Make an HTTP GET callout from a flow

    Learn lightning flows with me

  80. Create a custom action and use it in Lightning Flows

    Learn lightning flows with me

  81. Global Actions and Lightning Flow Actions

    Learn lightning flows with me

  82. A scenario on session-based permission set action

    Learn lightning flows with me

  83. Working with Email Alerts

    Learn lightning flows with me

  84. Did you know we can also Submit a record for Approval

    Learn lightning flows with me

  85. Well, we can also make a post on Chatter using a pred...

    Learn lightning flows with me

  86. There's a corner case in the above scenario, let's ch...

    Learn lightning flows with me

  87. Sending an email to dynamic Email Ids

    Learn lightning flows with me

  88. Let's see how we can use Send Email action in Flows

    Learn lightning flows with me

  89. Apply Lead Assignment Rules in Lightning Flows

    Learn lightning flows with me

  90. Let's understand, create a new case action

    Learn lightning flows with me

  91. Understanding actions on Contact Object

    Learn lightning flows with me

  92. Exploring collection filter block

    Learn lightning flows with me

  93. How can we put collection sort block to use

    Learn lightning flows with me

  94. Loop, Decision & Assignment blocks

    Learn lightning flows with me

  95. Roll it back with the help of rollback records block

    Learn lightning flows with me

  96. Deadly block, delete the records using the data layer

    Learn lightning flows with me

  97. Create records with the help of Create Records block

    Learn lightning flows with me

  98. Update the record(s) - part 3

    Learn lightning flows with me

  99. Updating the record(s) - part 2

    Learn lightning flows with me

  100. We can update records using the update records block

    Learn lightning flows with me

Keep me in the loop!

Email me when a new episode is published( Promise, I will not spam you)

You're signing up to receive emails from Salesforce Casts