Activity Forums Salesforce® Discussions What are the limitations of FUTURE METHOD in Salesforce?

  • Shubham

    Member
    January 27, 2020 at 2:57 pm

    Hi Mohit,

    The specified parameters must be primitive data types, arrays of primitive data types, or collections of primitive data types; future methods can't take objects as arguments.
    Future methods won't necessarily execute in the same order they are called.
    Mar

  • Ayush

    Member
    January 27, 2020 at 4:37 pm

    Future methods can’t take objects as arguments.
    Future methods won’t necessarily execute in the same order they are called

  • Shweta

    Member
    February 6, 2020 at 2:36 pm

    Limitations of future method :

    • 10 future calls per Apex transection and also the limit of future calls in a 24 hour period.
    • A future call cannot make another future call.
    • Future calls cannot be guaranteed to run in a certain order.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos