Is it possible to send an email from the Quick Report mobile app?
When a user submits a report through the app, I need to alert my customer that a report has been added. This is for public safety, so I do not want to "check" for a added record at intermittent periods, they need to be alerted immediately when a record is added.
The feature class lives in our enterprise SDE database and the feature service is published on our ArcGIS Server.
I had previously set up a SQL Server database trigger, but I cannot get it to work properly. Even with an insert trigger, it still sends an email when a record is deleted.
I am using AppStudio for ArcGIS (Desktop Edition) 1.4.18 and the quick report template.
App is currently in testing mode using AppStudio Player.
App needs to work in Android and iPhone.