POST
|
I wasn't able to find a processor included in GeoEvent Server that meets the following requirement. Hopefully there is a processor available for download that does. I have an input that polls a feature service. I need this geoevent to trigger an output that sends an email to about 900 recipients. All of the recipient email addresses are stored in a hosted feature layer. I was not able to use a geofence in this case because there is no spatial relationship between the new feature that triggers the geoevent and the feature layer that holds all of the recipients. So the scenario is simply this: Every time a new polygon is added to the input feature service, an email needs to be sent for every record in the feature layer that holds all the recipient data. Are there any processors or combinations of processors that can meet this need?
... View more
2 weeks ago
|
0
|
0
|
32
|
POST
|
Thanks for the helpful replies. I think the keyring solution will probably work for me, as I can set it up locally and on the servers that will running these scripts.
... View more
3 weeks ago
|
0
|
0
|
42
|
POST
|
This is coming in the new version, 3.12, of 123 due out this month. You can also join the Early Adopter program to try it now. Dynamically loading choices from feature services The search() appearance allows you to query ArcGIS feature services and populate choice lists based on the results of the search query. When using the search() appearance with ArcGIS services you can use @geopoint, @geotrace, and @geoshape for the searchColumns depending on the geometry of the feature service you are querying. For search type the following searchTypes are supported, this list comes from the spatial relationship parameter when querying a feature service or layer : This assumes being online of course. There will also be a way to link to online csv files. Hope that helps
... View more
4 weeks ago
|
2
|
0
|
125
|
POST
|
@KirkKuykendall1 wrote: Did you try OAuthClientCredentials for TokenAuthenticationType ? "OAuth access token generated after an authentication on behalf of an application. This authentication uses the OAuth client credentials workflow and doesn't need any UI (but needs the ClientSecret)." I've done this with the JavaScript API but not using .NET. I'll look into it.
... View more
02-03-2021
04:56 AM
|
0
|
0
|
139
|
POST
|
manually syncing the appropriate server connection, under Site -> Data Stores, or waiting for the scheduled sync fixed the problem It was just that simple. Thanks for the tip.
... View more
01-25-2021
10:04 AM
|
1
|
0
|
58
|
POST
|
Hi Curt, I had a customer recently run into the same issue, and then I found the following bug: BUG-000089545 : GeoFences are not synchronized when a feature is deleted from a feature service. It looks like this bug is still relevant at 10.8.1. I did some testing and found that the only way to remove Geofences through the GeoFence Synchronization Rules is to designate a date field for the Time Extent End parameter .
... View more
10-21-2020
08:42 AM
|
0
|
0
|
112
|
POST
|
I wanted to add that the syntax in my reply above works well for basic form fields and also for select_one fields, but not for select_multiple fields where multiple choices have been entered. For those case, the following syntax will check a select_multiple for a single value and works even if multiple values have been selected. ${if <name> | selected:”<value>”}${/} ${if !(<name> | selected:”<value>”)}${/} Replace the empty boxes with the symbol of choice. In my template the first empty box is a checked box, but that symbol isn't pasting correctly here.
... View more
10-21-2020
07:10 AM
|
1
|
0
|
245
|
Online Status |
Offline
|
Date Last Visited |
2 weeks ago
|