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
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?
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
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?
can we call future or batch method/class from queueable class or vice-versa??
Yes, in queueble class, it is possible. But, in future method, you can not call/use other asynchronous process.
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