Hi All,
I have a requirement where need to configure a schduler that will send JCR data of specific node via email everyweek to sales team. I would like to make this schduler configurable to be able to select path + osgi service, so that same can be used if I want to tun this schduler for another new form.
really appreciate all your help if anyone of you please let me know how to make configurable schduler in AEM 6.2.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
There is no such ootb component available, you need to implement it on your own.
kind regards,
Jörg
Views
Replies
Total Likes
Hi,
It's quite easy to turn a service into a factory service (see [1]).
Jörg
[1] OSGi how to run mutliple instances of one service - Stack Overflow
Views
Replies
Total Likes
Thank you so much for the solution.
Also, is there a way to create a component or any other solution to configure email recipients and JCR data path for Administrator to send email via schduler.
Views
Replies
Total Likes
Hi,
There is no such ootb component available, you need to implement it on your own.
kind regards,
Jörg
Views
Replies
Total Likes