A service needs published that will be consumed in ArcGIS Pro 3.x through a custom Add-In
Within Pro:
Looking for a way to accomplish this above without a managed configuration as the user still has access to full pro.
As a workaround to limit the number of features exposed to the user at once and make it more difficult to obtain the entire set of features, we are looking at creating a custom service where an extent and some parameters are provided and only a subset of features will be returned.
The service would provide geometry and attributes separately.
In the Addin
Is there an alternative way to achieve this desired result? The service could be published in enterprise or ArcGIS Online.
Thanks
Solved! Go to Solution.
@wanderer1 There are many configuration options for Map/Feature service.
Review the service publishing configuration options and choose the appropriate parameters per your requirements.
For e.g. Feature service > Step 6 mentions the option to enable/disable export data.
@wanderer1 There are many configuration options for Map/Feature service.
Review the service publishing configuration options and choose the appropriate parameters per your requirements.
For e.g. Feature service > Step 6 mentions the option to enable/disable export data.