Hi,
it is possible in EPiServer to change the message for subscription on the History tab?
My subscription handler contains custom validations; therefore subscription email aren't always sent to the subscriber. Therefore the counter in the message description is misleading when looking at the history tab.
Thanks
Danie
Hi Daniel!
Im afraid it's not possible without disabling the default SubscriptionJob and replace it with your own.
You could however derive your new class from it and implement only an overridden SendSubscriptions() method
where you count (and return) messages sent accordingly to your application logic.
Regards,
Johan Olofsson
EPiServer AB