• Davi D11801
  • NEWBIE
  • 5 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 1
    Replies
On the contact trigger after update and after insert,  with trigger.new, we are trying to make a future method call on contactid and associated accountid.  We got a message of too many future method call.

I talked to support and support suggested to do the future mothod call outside of the contact trigger.new loop.  But, I am not sure how to do that.  Thank you in advance for your help!
While developing in Apex, I need to retrieve sandbox name in my code.  How do I do this in Apex?  Thanks in advance.
While developing in Apex, I need to retrieve sandbox name in my code.  How do I do this in Apex?  Thanks in advance.