Salesforce Integration Master Course is updated!

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. Action button are in GA now!

    What's new in Winter '25 Release

  2. Perform upsert operation using Create Record DML block

    What's new in Winter '25 Release

  3. Choice lookup now accepts multiple user inputs

    What's new in Winter '25 Release

  4. Let's start with some UI enhancements

    What's new in Winter '25 Release

  5. View summary - in Public groups

    What's new in Winter '25 Release

  6. Access Granted By - feature on View Summary of the user record

    What's new in Winter '25 Release

  7. New option "Object Access" available on sObjects

    What's new in Winter '25 Release

  8. A new component Dynamic Highlights Panel is around the corner

    What's new in Winter '25 Release

  9. Users now have Lightning list views!

    What's new in Winter '25 Release

  10. Configuring Github Provider Type using Per User Identity Type

    Salesforce Integration Master Course (Advanced Apex)

  11. Working with Github Provider Type

    Salesforce Integration Master Course (Advanced Apex)

  12. How and when to use Per User Identity Type in principle

    Salesforce Integration Master Course (Advanced Apex)

  13. Make a call out using Named Principle Identity Type

    Salesforce Integration Master Course (Advanced Apex)

  14. Implement the end-to-end External Credentials configuration

    Salesforce Integration Master Course (Advanced Apex)

  15. Apex implementation of PKCE 3/3

    Salesforce Integration Master Course (Advanced Apex)

  16. Apex implementation of PKCE 2/3

    Salesforce Integration Master Course (Advanced Apex)

  17. A few design based decisions that we cannot skip discussing

    Salesforce Integration Master Course (Advanced Apex)

  18. Now let's the files from a folder and display it in the LWC template

    Salesforce Integration Master Course (Advanced Apex)

  19. Let's first get the access token

    Salesforce Integration Master Course (Advanced Apex)

  20. Fixing the issue with Lightning and query string params

    Salesforce Integration Master Course (Advanced Apex)

  21. Page Reference vs Navigation Mixin vs window.location.href

    Salesforce Integration Master Course (Advanced Apex)

  22. Created another custom app in Box.com Dev console for Integration using LWC

    Salesforce Integration Master Course (Advanced Apex)

  23. Create a LWC and expose it as a Tab

    Salesforce Integration Master Course (Advanced Apex)

  24. Last, let's set up Global Attributes 2/2

    Salesforce CPQ

  25. Set up Config Attribute in Feature

    Salesforce CPQ

  26. Last, let's set up Global Attributes 1/2

    Salesforce CPQ

  27. I think Salesforce got it all wrong!

    Salesforce CPQ

  28. What happens when I *do not* click Add to Product Options?

    Salesforce CPQ

  29. Let's setup Inline Attributes

    Salesforce CPQ

  30. What are configuration Attributes and How to set it up?

    Salesforce CPQ

  31. Asset amendment behavior field on Product

    Salesforce CPQ

  32. Sort order & Component fields on Product

    Salesforce CPQ

  33. Batch Quantity on Product

    Salesforce CPQ

  34. How to get precise quantity using Default scale?

    Salesforce CPQ

  35. Default quantity & Editable field on Product

    Salesforce CPQ

  36. Example for each Journey

    Salesforce CPQ

  37. Understanding the configuration a level deeper

    Salesforce CPQ

  38. Configuration Type Vs Configuration Event

    Salesforce CPQ

  39. Discount % and Discount Amount on Product Option

    Salesforce CPQ

  40. Option Section Method in Product vs Feature

    Salesforce CPQ

  41. Personalize the fields on Quote Line Editor

    Salesforce CPQ

  42. Purpose of Option Selection Method on Features

    Salesforce CPQ

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

    Salesforce CPQ

  44. UX improvement with features 3/3

    Salesforce CPQ

  45. UX improvement with features 2/3

    Salesforce CPQ

  46. UX improvement with features 1/3

    Salesforce CPQ

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

    Salesforce CPQ

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

    Salesforce CPQ

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

    Salesforce CPQ

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

    Salesforce CPQ

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

    Salesforce CPQ

  52. What is the purpose of Option Type?

    Salesforce CPQ

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

    Salesforce CPQ

  54. A few questions on Product Option records

    Salesforce CPQ

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

    Salesforce CPQ

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

    Salesforce CPQ

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

    Salesforce CPQ

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

    Salesforce CPQ

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

    Salesforce CPQ

  60. Understanding end to end flow in CPQ

    Salesforce CPQ

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

    Salesforce CPQ

  62. Introduction

    Salesforce CPQ

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

    Salesforce CPQ

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

    Interview Questions

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

    Interview Questions

  66. Difference between SOQL and SOSL?

    Interview Questions

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

    Interview Questions

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

    Interview Questions

  69. Difference between SOQL and SOSL?

    Interview Questions

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

  74. Why is RestResponse instantiated in test method?

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

  79. Test class coverage for callouts made in Apex

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

  82. Assert class in Apex

    Apex Test Fest

  83. Getting your hands dirty with System.Assert statements

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

  87. Code coverage for chained Batch Apex Classes

    Apex Test Fest

  88. Doing the code coverage for Queueable method

    Apex Test Fest

  89. Doing the code coverage for Future method

    Apex Test Fest

  90. Doing the code coverage for Schedule Apex Class

    Apex Test Fest

  91. Doing the code coverage for Batch Apex Class

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

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

    Apex Test Fest

  98. @TestSetup in Test Classes

    Apex Test Fest

  99. Writing the Test suite class for Triggers

    Apex Test Fest

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

    Apex Test Fest

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