A scheduled job that runs an activity every morning that will check records for supporting documents
If the supporting documents are not uploaded, the activity is to send an email to the requestor and attach this generated email to the case (similar to this academy exercise).
I have tried SendSimpleEmail but the mail is never attached and there are no errors in the tracer
@leony Can you add a Commit step after step11 and also you don’t need to make use of work-.sendsimpleemail as the temppage is a class derived from work- so you can ignore the class while calling this activity.