• EI-Technologies
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

I have a class, called from a trigger which fills a private static List variable declared at the class level. At the end of the class a @future method is called who'se only line is to insert the List. ApexJobs lists it as completed but in the debug logs i can't actually see the insert call and of course the records are not being inserted.

 

So is it even possible to call insert on a class level static List of records be inserted by a @future methods? I know an @future method can insert a List, but usually the list is created from within the @future method itself.

 

Thanks, 

Jesse