Async Apex in Salesforce | Queueable Apex with Example | Asynchronous Apex

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025

Комментарии • 5

  • @Comrevo
    @Comrevo  Год назад +3

    Learn & Get Udemy Certificate for this course "Learn Salesforce (Admin + Developer) with LWC Live Project". Check following link:
    www.udemy.com/course/learn-salesforce-admin-developer-with-lwc-live-project/?referralCode=B4FC77F9896FC0D472B4
    Watch more videos on Salesforce (Admin + Developer) in following link:
    ruclips.net/p/PLhbrpS8rYbc12z8u407IVygRHIYrNdM0T

  • @yogeshrathod5675
    @yogeshrathod5675 5 месяцев назад

    Hello sir,
    How to call Queueable from Batch class? means can we directly call queueable class using system.enqueueJob from Execute or finish method in Batch class?

  • @PriyankaBisht-f7o
    @PriyankaBisht-f7o Год назад +1

    can we call future or batch method/class from queueable class or vice-versa??

    • @Comrevo
      @Comrevo  Год назад +1

      Yes, in queueble class, it is possible. But, in future method, you can not call/use other asynchronous process.

  • @Hanmtu
    @Hanmtu 8 месяцев назад

    can you explain the meaning of "you can add up 50 jobs to queue in one tranấnction". I'm not sure how it work, can you provide an example and explain