Thank you for the quick reply.I'm getting this in the log file:deliverNotificationToServiceSEVERE: Notification could not be delivered to registered subscriber. Reason: Template object: STRT_ER1271876090599 not found.What template is it referring to?
Background:8.2 versionI'm trying to throw/receive a custom event but nothing is working for the receive to work. Below is the event information.I create a process that throws the event. I create another process that has the event as, I have tried both Start point and Receive. It will not trap no mat...
Thanks for the quick reply.I'll try the webservice option first, and worst case I have to invoke the database save service first, then invoke the email from .NET.Cheers,
Basic info:LC version: ES 8.2Application code: C# .NETI have a web service created in LC which is invoked from .NET application. The service (short-lived) saves data to a database and then send an e-mail .The e-mail is using the 'EmailService' from the Foundations category. I want to be able to fire...