Hi All,
For my Thesis, i am developing an OData Service in HANA. Actually the Service is reporting Data from a set of Production lines. What i'm stuck with right now is how to send out alerts if expected figures within a time frame on a particular production line are not met.
So far i understand that it is not possible to send alerts from Hana Backend to Frontend(which will be a SAPUI5 App in my case). So what i intend to used is XSJS that will periodically compare actual figures with expected figures and if expected figures are not met, will send an email to the line Manager. But i just don't know how to generate emails with xsjs. This thread which appeared promising unfortunately leads to nowhere.
I will be very grateful if someone could guide me on how to accomplish this, or if there is another way at all of generating alerts/notifications from Hana Backend.
Thanks in advance