|
POST
|
Pl. provide me with some info and I can double check. What API you are calling, applyEdits, etc,? I see the layer has the relationship set correctly.
... View more
08-18-2021
03:03 PM
|
0
|
1
|
4229
|
|
POST
|
Yes we started validating the field name when publishing excel similar to all other format like csv, etc. So this is by design. Pl. be sure all fields name are valid name and also has valid start char to avoid this behavior if needed. Thanks Khaled
... View more
09-30-2020
12:11 PM
|
1
|
0
|
2487
|
|
POST
|
Yes you need to publish SD file to bypass the default SR which is web Mercator if you are using Pro or even arcgis.com UX. The UX does not expose the targetSR param we support at publishing. So you can use the portal Publish API directly without the UX and you should be able to override the default behavior and specify any target spatial reference as a publishing param. Publishing param in portal can contain: { "name" : "<yourname>", "targetSR" : { "wkid" : <>"} } You can check how the UX is publishing from arcgis.com UX (fiddler, etc.). It does call the portal publishing from your data source. Thanks Khaled
... View more
09-23-2020
08:23 AM
|
0
|
0
|
14353
|
|
POST
|
Not really understand the issue. We do support publishing data into any coordinate systems. However once the data is published, you can change the coordinate system since this would requires reprojecting the existing data. Also area and length reported in the layer query is based on the data spatial reference. BTW, these are not geodetic. You can use returnGeodetics in the query API to get more accurate measurements. Thanks Khaled
... View more
09-23-2020
08:03 AM
|
0
|
2
|
14353
|
|
IDEA
|
esri blog is now live. Pl. check it out: Create a hosted feature service webhook Thanks Khaled
... View more
08-28-2020
09:41 AM
|
0
|
0
|
5443
|
|
POST
|
If I understand this correctly, it looks like you need an order by in the view definition in addition to the top filter. We are working on this enhancement for Sept. release. Once you have the order by in the view definition, you can order by the creation date DESC which should display the features ordered by the creation date (ASC or DESC). Is this what are you looking for? Khaled
... View more
08-10-2020
10:27 AM
|
1
|
1
|
4557
|
|
POST
|
Hi Josh, No we do not support group by on geometry. Not sure I understand the issue with the display you have. You should be able to get ht most recent based on your groupby and order by you are using with the topfilter. If this is not happening, we might have an issue. Khaled
... View more
08-10-2020
09:59 AM
|
0
|
3
|
4557
|
|
IDEA
|
Yes we did release it yesterday. Blog url: https://www.esri.com/arcgis-blog/products/arcgis-online/sharing-collaboration/how-to-create-a-hosted-feature-service-web… Will be available tomorrow. Just enable changeTracking in your service and you should see creating a webhook in the service admin url. Thanks Khaled
... View more
07-01-2020
08:00 AM
|
0
|
0
|
4107
|
|
IDEA
|
Pl. note feature service webhooks is not related to webhook on the item level. Yes webhooks is only available on admin API where you register a callback url with the feature server. Feature service will call you back to notify you with any feature service changes and allow you to fetch these changes. We have add a finer webhooks interface that tracks adding/update/delete features and attachments and also any schema changes. Webhook doc will be release in June. Thanks Khaled
... View more
06-09-2020
07:04 AM
|
1
|
1
|
4107
|
|
IDEA
|
Pl. let us know if you see any security vulnerabilities. We will work on changing the design/fix to address these concerns or issues. There are many ways to secure a feature service or a view. Being aware of these security measures and how to use them is important to secure your data. View is one way to secure your feature service and you can create as many as needed. You can add Ownership Access Control, different capabilities, adding custom roles for users or adding views or source feature service to a group and secure your group. You can also control if you want to allow data to be extracted or not. We are working in the next release or so to allow controlling the security per layer rather than per feature service. This would allow finer control over your service layers. We are continue working on enhancing the security and any help in this initiative will be great for everyone. Thanks Khaled Online Feature Service Dev Lead
... View more
06-01-2020
03:26 PM
|
0
|
0
|
6701
|
|
POST
|
Hi Andy, By default, we support updating view fields when the source layer fields changed. However it it happens you have updated any fields in the view, these fields will not see the changes from the source. We have extended the support to join view also in June release of online (June 2020). Unfortunately we do not have away to reset the view back to its source if you have overridden the view fields (changing field editable, etc. in the view) and you will have to recreated the view if you need to reset them back. Pl. let me know if you have any questions. Thanks Khaled
... View more
05-26-2020
06:59 PM
|
0
|
0
|
2752
|
|
IDEA
|
Hi Ben, Webhooks will be released on online June release (sorry for the delay). Documentation will be ready as well with the June release. All the dev summit sessions are available. Pl. check the feature service session - ArcGIS Online: Best Practices with Hosted Feature Services - YouTube Thanks Khaled
... View more
04-29-2020
07:37 AM
|
0
|
2
|
4107
|
|
POST
|
Not sure why you stuck. are you using async=true? try to avoid that for quick update. At any case, I do not see you are passing groupby. you need to pass a group by field. This is how we group by records and pick the record. Do you have any issue passing groupby. Khaled
... View more
04-10-2020
11:34 AM
|
2
|
6
|
8196
|
|
POST
|
You are using the wrong json. I should be something like: { "viewLayerDefinition" : { "sourceServiceName" : "...", "sourceLayerId" : 0, "sourceLayerFields" : "*", "topFilter" : { ... } } } You do not need to set all these props. Can you pl try it out and let me know. This should work. Khaled
... View more
04-10-2020
10:53 AM
|
0
|
8
|
8196
|
|
POST
|
Yes esri internally using the topFilter to view most recent record in view as well and in similar projects related to COVID-19. Not aware of any issues. This should work. Let me know if it does not or having issues. Khaled Hassen Online Feature Service Software Dev Lead
... View more
04-10-2020
09:11 AM
|
0
|
10
|
8196
|
| Title | Kudos | Posted |
|---|---|---|
| 5 | 2 weeks ago | |
| 2 | 2 weeks ago | |
| 1 | 02-01-2019 08:31 AM | |
| 1 | 01-10-2019 04:25 PM | |
| 1 | 11-20-2025 03:21 PM |
| Online Status |
Online
|
| Date Last Visited |
36m ago
|