I've looked around to try to find some posts on this and there are many but none that address my specific question (that I could find).
I am trying to call a @Future method inside a for loop in my trigger class from Batch. I tried Queueable/WebService and I don't know why but I am not getting expected result.
1st issue: I have a method let say FutureMethod which is a @Future method and we can't call @Future from a batch.
2nd issue: The FutureMethod does a callout, so the method must be @Future as callouts from triggers are not allowed.
Please suggest me the way or Alternate way to solve this problem.