Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Hi Nikolay! While you can't delete the scheduled job from Episerver (as it's built into the DLLs), you can certainly prevent the scheduled job from showing in Admin mode by using the Plug-In Manager. In Admin mode, click the Config tab, and find the Plug-in Manager link under the Tool Settings section. Click the "EPiServer.Business.Commerce" assembly name, then the Overview tab. Scroll down to Scheduled Job Administration, and uncheck the checkbox next to Remove Expired Carts. It should no longer appear in Admin mode.
Chris,
that's exactly what I needed. It is cool that no code changes required to disable standard jobs. Thanks a lot.
Hello guys,
I created a job similar to a standard 'Remove Expired Carts' job but with additional functionality required for our project so, in fact, the new job should supersed the old one. Is there any convinient way to remove it from the job list? Two jobs with the similar names may look confusing..
Thank you.