Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi Hareesh,
To create a scheduled job, you have to create a class that derives from ScheduledJobBase class and decorate it with ScheduledPlugIn attribute, as described on the following link: https://world.episerver.com/documentation/Items/Developers-Guide/Episerver-CMS/9/Scheduled-jobs/Scheduled-jobs/
Thanks...
I have some code in product.xml...
<product>
<product_id> 1 </product_id>
<product_name> Episerver </product_name>
<product_price>$1500</product_price>
</product>
How can I create document type and where..?
How to create a scheduler job for fetching the product.xml data and save it in the database in Episerver programmatically. Where can I create the class file...?