Callout from schedu...
 
Notifications
Clear all

[Solved] Callout from scheduled Apex not supported

2 Posts
1 Users
0 Likes
693 Views
Posts: 205
 CWL
Admin
Issue starter
(@cwl)
Member
Joined: 11 years ago

System.CalloutException: Callout from scheduled Apex not supported

1 Reply
Posts: 205
 CWL
Admin
Issue starter
(@cwl)
Member
Joined: 11 years ago

You can't do callouts from a Scheduled apex class:

* Place @future(callout=true) annotation above your callout method, so you can convert it to a future method.

* Schedule the job again.

Check out this blog: https://developer.salesforce.com/blogs/developer-relations/2010/02/spring-10-saw-the-general-availability-of-one-of-my-favorite-new-features-of-the-platform-the-apex-schedulerwith-the-apex-s

Reply
Share: