|
POST
|
Chris, How about these? Data dictionary—Help | ArcGIS for Sewer Data dictionary—Help | ArcGIS for Water
... View more
10-02-2018
01:31 PM
|
3
|
1
|
2906
|
|
POST
|
Kevin, This capability is available with attribute rules. https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/an-overview-of-attribute-rules.htm
... View more
09-24-2018
10:18 AM
|
0
|
3
|
3943
|
|
POST
|
Chris, Can you share what is not working or loading? Does the add in not install?
... View more
09-24-2018
06:47 AM
|
0
|
1
|
3943
|
|
POST
|
You can set up the Attribute Assistant to recalculate a field in an ArcMap Edit session. So if Field A changes, calc Field B. In ArcGIS Online, you can create a Arcade based field. This is a new dynamic field created on the fly. Those field values are not persisted in the database of the layer, just available to the client apps.
... View more
09-24-2018
06:46 AM
|
0
|
5
|
3943
|
|
POST
|
This refers to the user that you were logged into the portal with when you created the utility network. It needs to be that user.
... View more
09-12-2018
01:37 PM
|
0
|
0
|
2711
|
|
POST
|
Nothing stands out. can you email a small gdb that I can test for a repo.
... View more
09-07-2018
12:09 PM
|
0
|
1
|
3937
|
|
POST
|
Could you upgrade to the most recent version or even try a preview build of the next release? There has been some enhancements to this rule since 3.2017 https://github.com/Esri/local-government-desktop-addins/tree/dev/PreviewBuilds Sent from my Verizon 4G LTE Droid
... View more
09-07-2018
04:37 AM
|
0
|
4
|
3937
|
|
POST
|
What version of the AA are you running. I am not seeing some of the messaging I added to the log in some of the more recent versions.
... View more
09-06-2018
12:23 PM
|
0
|
6
|
3937
|
|
POST
|
The service def looks correct. You can see the definition in the types. The layer definition in the webmap from ArcGIS Pro looks wrong. Looks like a legit bug. I would suggest logging it. Service Def Layer Def in webmap from pro
... View more
08-23-2018
11:56 AM
|
0
|
0
|
1367
|
|
POST
|
I am not sure, can you zip up the entire rest def so I can look at it?
... View more
08-23-2018
11:24 AM
|
0
|
2
|
1368
|
|
POST
|
You can, just need to change a setting in the editor options to edit the unversioned table and change it back when you want to edit versioned data. Sent from my Verizon 4G LTE Droid
... View more
08-22-2018
07:52 AM
|
0
|
4
|
5326
|
|
POST
|
All, here are some details of how subtypes are supported in the definition of the layer. Summary: The renderer is required to match the list of subtypes exactly as this is how values assigned at the subtype level are stored in the definition of the service. Details: The service definition for a layer has a parameter “typeIdField”, Once would think this is for the subtype of a layer, but it is not. It defines the field the unique value render is based on: Here is a simple example where the typeIdField is based on a string field, this clearly shows that this parameter is not for subtypes as a subtype can never be based on a text field: "typeIdField" : "Render", If you review the types of the json: "types" : [ { "id" : "Blue", "name" : "Blue", "domains" : { "Render" : {"type" : "inherited"} }, "templates" : [ { "name" : "Blue", "description" : "", "drawingTool" : "esriFeatureEditToolPoint", "prototype" : { "attributes" : { "Render" : "Blue" } } } ] }, You can see domains based on the renderer types. Since this is not a subtype layer in the example above, the domain is inherited from the field Now compare this to a layer with subtypes and renderered by the subtype: - "typeIdField" : "subtypetest", Now review the types, you can see that the one subtype(1) has the domain that is set at the subtype layer, where the first one(0) is using the value specified at the field(inherited) "types" : [ { "id" : 0, "name" : "New Subtype", "domains" : { "Render" : {"type" : "inherited"} }, "templates" : [ { "name" : "New Subtype", "description" : "", "drawingTool" : "esriFeatureEditToolPoint", "prototype" : { "attributes" : { "Render" : null, "subtypetest" : 0 } } } ] }, { "id" : 1, "name" : "other", "domains" : { "Render" : { "type" : "codedValue", "name" : "testother", "codedValues" : [ { "name" : "blah", "code" : "blahcode" }, { "name" : "foo", "code" : "boo" } ] } }, "templates" : [ { "name" : "other", "description" : "", "drawingTool" : "esriFeatureEditToolPoint", "prototype" : { "attributes" : { "Render" : null, "subtypetest" : 1 } } } ] } ],
... View more
08-20-2018
06:06 AM
|
1
|
5
|
5165
|
|
POST
|
Even removing that, you will not be a leave to remove it. It is blocked in a feature class that is part of a utility network.
... View more
08-09-2018
02:58 PM
|
1
|
1
|
3289
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 06-05-2026 05:01 AM | |
| 1 | 06-02-2026 01:29 PM | |
| 2 | 05-27-2026 08:28 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|