Part 6 : Batch Apex Error Handling Using Platform Events

Поділитися
Вставка
  • Опубліковано 13 січ 2024
  • In this comprehensive Salesforce development tutorial, we dive into the powerful world of Batch Apex and Platform Events to enhance error handling in your Salesforce org. 🌐✨
    📌 Key Topics Covered:
    👉 Introduction to Batch Apex and its use cases.
    👉 Understanding the basics of Platform Events and their benefits.
    👉 How to design and create a custom Platform Event for error handling.
    👉 Integration of Platform Events within Batch Apex for asynchronous error reporting.
    👉 Real-world examples and best practices for effective error management.
    👉 Optional setup of triggers on Platform Events for additional error handling.

КОМЕНТАРІ • 13

  • @kaustubhpatne6320
    @kaustubhpatne6320 Місяць тому

    Thank you Ankit sir for this video
    Sharing this kind of knowledge 😊

  • @keshavbbhagat9543
    @keshavbbhagat9543 5 місяців тому

    Hello Ankit.. Your explanation is really Good. Kindly can you make more Api integrations session in more depth & at advance level.

  • @namanshetty2781
    @namanshetty2781 День тому

    Sir can you make a video of how to publish the event in external system and to subscribe the event in Salesforce and vice versa

  • @mukhiavidyakiran2132
    @mukhiavidyakiran2132 5 місяців тому

    We can subscribe to a platform event either via Flows or Triggers or Lightning Web Components.

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  5 місяців тому

      yes correct answer, i have covered Flows and Triggers in part 5. This part is only for LWC

  • @ramya6999
    @ramya6999 4 місяці тому

    Thanks for the video . How can I do a similar thing for queueable ?

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  4 місяці тому

      In document only Batch Apex is mentioned, I have not checked for queuable

  • @mayankparmar8155
    @mayankparmar8155 4 місяці тому

    Hi Ankit,
    Please correct me if i am wrong, we can see the same info under the apex jobs, what is the benifit which we can get here by publishing the platform events ?.
    I understand that we can get notified real time via tasks and we can resolve the issue ASAP.
    Anything apart of this which i am missing to understand please confirm once you are free.

    • @TechJourneyWithAnkit
      @TechJourneyWithAnkit  4 місяці тому

      Log will not show you which record is failing and all additional details. moreover automation is not possible from logs