New course Apex Test Fest is released!

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. Example for each Journey

    Salesforce CPQ

  2. Understanding the configuration a level deeper

    Salesforce CPQ

  3. Configuration Type Vs Configuration Event

    Salesforce CPQ

  4. Discount % and Discount Amount on Product Option

    Salesforce CPQ

  5. Option Section Method in Product vs Feature

    Salesforce CPQ

  6. Personalize the fields on Quote Line Editor

    Salesforce CPQ

  7. Purpose of Option Selection Method on Features

    Salesforce CPQ

  8. Why do we have the Category field on Features?

    Salesforce CPQ

  9. UX improvement with features 3/3

    Salesforce CPQ

  10. UX improvement with features 2/3

    Salesforce CPQ

  11. UX improvement with features 1/3

    Salesforce CPQ

  12. Let's fix why the sub products are not visible in Quote preview/document

    Salesforce CPQ

  13. Flexibility we get with Quote Line Visibility field on Product Options

    Salesforce CPQ

  14. And when is Option Type is set as Related Product?

    Salesforce CPQ

  15. What happens when Option Type = Accessory in Product Options?

    Salesforce CPQ

  16. Further more understanding about Option Type = Component in Product Option records

    Salesforce CPQ

  17. What is the purpose of Option Type?

    Salesforce CPQ

  18. How can I not add the product price to the bundle product price?

    Salesforce CPQ

  19. A few questions on Product Option records

    Salesforce CPQ

  20. Difference between Standalone Products and Bundled Products 3/3

    Salesforce CPQ

  21. Difference between Standalone Products and Bundled Products 2/3

    Salesforce CPQ

  22. Difference between Standalone Products and Bundled Products 1/3

    Salesforce CPQ

  23. Creating a new product and adding it in Quote Line Editor

    Salesforce CPQ

  24. Create a stand alone product and add it to the Quote Line Editor

    Salesforce CPQ

  25. Let's get you signed up with a demo CPQ org

    Salesforce CPQ

  26. Introduction

    Salesforce CPQ

  27. Understanding end to end flow in CPQ

    Salesforce CPQ

  28. Getting hands dirty by implementing the end to end flow

    Salesforce CPQ

  29. What is the latest suggested approach in applying FLS to a SOQL query?

    Interview Questions

  30. How to apply field level security [FLS] in a SOQL query?

    Interview Questions

  31. Difference between SOQL and SOSL?

    Interview Questions

  32. Maximum no of records that can be queried in a single transaction?

    Interview Questions

  33. What is SOQL 101 exception and how do you handle it?

    Interview Questions

  34. Difference between SOQL and SOSL?

    Interview Questions

  35. Let’s have a look at all ways to mass run test classes

    Apex Test Fest

  36. Doing the code coverage for Apex Classes generated from WSDL 3/3

    Apex Test Fest

  37. Doing the code coverage for Apex Classes generated from WSDL 2/3

    Apex Test Fest

  38. Doing the code coverage for Apex Classes generated from WSDL 1/3

    Apex Test Fest

  39. Why is RestResponse instantiated in test method?

    Apex Test Fest

  40. Doing the negation testing for the previous Alex Class 4/4

    Apex Test Fest

  41. Doing code coverage for custom REST API created using Apex 3/4

    Apex Test Fest

  42. Doing code coverage for custom REST API created using Apex 2/4

    Apex Test Fest

  43. Doing code coverage for custom REST API created using Apex 1/4

    Apex Test Fest

  44. Test class coverage for callouts made in Apex

    Apex Test Fest

  45. A quick hack - How can Assert statements be helpful in debugging

    Apex Test Fest

  46. How can we use isInsatnceOfType() in Assert class?

    Apex Test Fest

  47. Assert class in Apex

    Apex Test Fest

  48. Getting your hands dirty with System.Assert statements

    Apex Test Fest

  49. System.runAs() in apex 2/2

    Apex Test Fest

  50. System.runAs() in apex 1/2

    Apex Test Fest

  51. Another advantage of startTest() and stopTest()

    Apex Test Fest

  52. Code coverage for chained Batch Apex Classes

    Apex Test Fest

  53. Doing the code coverage for Queueable method

    Apex Test Fest

  54. Doing the code coverage for Future method

    Apex Test Fest

  55. Doing the code coverage for Schedule Apex Class

    Apex Test Fest

  56. Doing the code coverage for Batch Apex Class

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

  63. @TestSetup in Test Classes

    Apex Test Fest

  64. Writing the Test suite class for Triggers

    Apex Test Fest

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

    Apex Test Fest

  66. Testing the business logic using negation testing

    Apex Test Fest

  67. Doing the code coverage for an Apex Trigger

    Apex Test Fest

  68. Test coverage for an Apex Method with params

    Apex Test Fest

  69. Start the code coverage

    Apex Test Fest

  70. Creating a basic Apex Test Class

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

  73. Introduction

    Apex Test Fest

  74. Why do we have to write Test Classes?

    Apex Test Fest

  75. Data model for the hands-on project

    Learn lightning flows with me

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

    Learn lightning flows with me

  77. From home page, app page and record page

    Learn lightning flows with me

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

    Learn lightning flows with me

  79. Subflows in Flows

    Learn lightning flows with me

  80. How to debug as a different user in Flows

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

  86. What's the requirement?

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

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

    Learn lightning flows with me

  96. Making progress, Testing & Wrapping it up

    Learn lightning flows with me

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

    Learn lightning flows with me

  98. From LWC

    Learn lightning flows with me

  99. From Global Actions

    Learn lightning flows with me

  100. From a Visualforce Page

    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