Queueable Apex in Salesforce || Concept to Implementations

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ก.ค. 2019
  • Want to learn more about salesforce join me at sfdcpanther.com Hi Folks,
    Here is the agenda for today's session
    Why Queueable Apex
    Develop a Simple Queueable Apex
    Chaining of the Queueable Apex
    Testing Queueable Apex
    Limitations of Queueable Apex
    Future VS Queueable
    Additional Resources
    developer.salesforce.com/docs...
    developer.salesforce.com/docs...
    trailhead.salesforce.com/en/c...
    www.sfdcpanther.com/
    sfdcpanther.wordpress.com/
    / cloudyamit
    / simplyamit
    #Salesforce #AsyncApex #QueueableApex #SFDCPanther

ความคิดเห็น • 35

  • @jkr77r
    @jkr77r ปีที่แล้ว

    Awesome explanation 😊 such a helpful

  • @samiazam7140
    @samiazam7140 5 ปีที่แล้ว +2

    Thanks much for making extra ordinary cool lectures, hatts oof to your efforts.Love from Pak💕

  • @tejassontakke8382
    @tejassontakke8382 2 ปีที่แล้ว

    Nice explanation.

  • @yeshwanthkumar3024
    @yeshwanthkumar3024 3 ปีที่แล้ว

    your videos are so much helpful. you are doing a great job

  • @HuyenNguyen-jb5yz
    @HuyenNguyen-jb5yz 2 หลายเดือนก่อน

    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

  • @fargikaam9926
    @fargikaam9926 4 ปีที่แล้ว

    Hi Amit,
    Could you please share the link where you wrote this code spnit. This would be a great help from you.

  • @raziakhan8735
    @raziakhan8735 5 ปีที่แล้ว

    Very nicely complied and explanation with demo..Just one question, we know future cant be called from future(why is that) but we can chain queueable, batch and all though they are also asynch like future tried to find the reason but nt found..It would be helpful if you have some thoughts on this?

    • @gauravbhardwaj5374
      @gauravbhardwaj5374 4 ปีที่แล้ว

      future method dont return the id hence we cant call the future method from another method

  • @ashokbkv6133
    @ashokbkv6133 ปีที่แล้ว

    Hi Amit,
    You are chaining future method in queueable (with sobject data ) if we don't have sobject like json deserialize then how we can chain

  • @sushmamaurya5083
    @sushmamaurya5083 2 ปีที่แล้ว

    33:15 my note

  • @shyambihariSingh
    @shyambihariSingh 5 ปีที่แล้ว

    Can you share ppt as well ?
    And thanks a lot for these sessions.

  • @prasadpj8577
    @prasadpj8577 11 หลายเดือนก่อน

    Like the way we passs sobjects to constructor in queueable class. Can we pass sobjects to the constructor of class where future method is implemented?

    • @sfdcpanther
      @sfdcpanther  11 หลายเดือนก่อน

      In the constructor of the future class yes you can pass but again you need to keep in mind that future is a method so the possibility is that the variable values are null inside the method. You can give it a try

  • @mayureshadhikari8998
    @mayureshadhikari8998 4 ปีที่แล้ว

    Hi Amit
    thanks for the detailed video..but having one doubt :
    why is that we can call future method from queueable , but not from batch class ?
    even if both queueable and batch are async .

  • @vishalchandnani179
    @vishalchandnani179 3 ปีที่แล้ว

    Hi Amit thanks for this video but I have one doubt as future method cannot takes non-primitive data types as argument but how queueable takes non-primitive data types as argument as they both are async?

    • @sfdcpanther
      @sfdcpanther  3 ปีที่แล้ว

      Yes both are async. Future is a method and queueable is an interface that's the main difference

  • @sushmamaurya5083
    @sushmamaurya5083 2 ปีที่แล้ว

    36:43

  • @Investmenthulk5
    @Investmenthulk5 3 ปีที่แล้ว

    what is the diff b/w batch and queueable?

    • @sfdcpanther
      @sfdcpanther  3 ปีที่แล้ว +1

      If you watch both batch and queueable video u will get the clear understanding and still if you are not getting then try to find out over Google.

  • @jlayinronchi5888
    @jlayinronchi5888 5 ปีที่แล้ว

    Hello

  • @ganeshpatil8631
    @ganeshpatil8631 4 ปีที่แล้ว

    public class TestClass2 {
    public List sobjectList ;
    public TestClass2(List sList){
    this.sobjectList = sList;
    }
    @future
    public static void calling(){
    TestClass2 t = new TestClass2(new List());
    System.debug('slist ****** '+t.sobjectList);
    }
    } we can use sobject inside future method this way is correct or wrong??

    • @sfdcpanther
      @sfdcpanther  4 ปีที่แล้ว

      Just try it and you will get to know any error or success. Results will be in front of you 🙃

    • @ganeshpatil8631
      @ganeshpatil8631 4 ปีที่แล้ว

      @@sfdcpanther ​
      it's saving correctly.it's not giving any error

  • @carljoslin1907
    @carljoslin1907 2 ปีที่แล้ว

    carl
    Te inglés e ingles