Hi All,I need to create a PDF and attach to the case when case is not updated for 10 days. Is there any way to achieve this without using triggers?I can not use trigger because my PDF will contain images and the methods Blob.toPdf() and getContentAsPdf() are not supported by triggers if PDF contains image. Hence I need to do something similar to field updates and then invoke apex class without using triggerCan somebody please suggest how can I invoke apex class or VF page based on filed update?Thanks. Have a nice day!