You need to sign in to do that
Don't have an account?
Dannielle Givens 4
Build a Conference Management App: Batching and Scheduling using APEX
By no means am I a coder/developer but I was excited to have made it this far. I am literally having trouble with this last step and I am not sure how I am to format my code. The goal is to:
Any help is greatly appreciated!
- Make the class global, implement the Batchable interface, and define the three methods of the interface
- Declare three instance variables to store the query, the email subject, and the email body
- Define a constructor implemented
- Implement the start() method
- Implement the execute()
Any help is greatly appreciated!
It looks like your last bracket is useless and you are getting an error. Try this code, I passed the challenge whith it:
Let me know if it helps you. Thanks!
Regards.
Manuel Casas.
All Answers
It looks like your last bracket is useless and you are getting an error. Try this code, I passed the challenge whith it:
Let me know if it helps you. Thanks!
Regards.
Manuel Casas.
Much appreciation Manuel!
When i modify the code to what you have mentioned here:
I am getting this error:
Method does not exist or incorrect signature: void sendMail(String, String, String) from the type EmailManager
is it something that i am doing wrong?
Thank you
Venkat
I got the same error message, so I replaced Manuel's execute method to the one in the trail and it worked perfectly!