function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RaghavenderRaghavender 

Calling Future Class from a Trigger which is called from a Future Class

Hi ,

   I Currently have a Future Method whcih inserts a record into a custom Object, there is a trigger on this Custome Object which calls another Future Class.

 

I Know that we cannot done directly Couls nay onoe hlep me with some kind of a work around .

 

Thanks.

 

 

 

Regards,

Raghavender

Imran MohammedImran Mohammed

Future methods could be invoked from a trigger.

I did that earlier for one of my requirements.

 

Did you already gave a try on this?

RaghavenderRaghavender

I have tried calling the future method from a trigger which is inturn called by DML by a nother future class. but this results in sException system.AsynException cannot call a Future class from Another Future Class.