Hello,
I am trying to set up Attribute Rules on hosted feature layers stored in the portal of my organization. I set up an immediate calculation on a point layer that automatically creates a buffer based on the point location for a polygon layer upon insertion of a point feature. This rule also automatically populates attributes of both layers based on attributes taken from other polygon layers that intersect with them. I set up this rule on ArcGIS Pro and published it as a hosted feature service in our organization portal.
Does anyone know how to make Attribute Rules work on hosted feature service?
Thanks in advance for any advice!
Solved! Go to Solution.
Attribute rules are not supported in Hosted Feature Services. You will need to use an enterprise GDB.
Attribute rules are not supported in Hosted Feature Services. You will need to use an enterprise GDB.
When will this be available?
Yes. The attribute rule fires in the GDB, so the client does not really matter except that the client may not read the return edits statement and refresh the map correctly. When apply edits is called, if an attribute creates other features or edits the current feature, that info is returned in the return edits statements. Clients need to be aware of this if they want to reflect those changes in their maps. This does not affect the execution of the rule, but the end user may have to refresh to see the results.
Yes
Thats great, thanks a lot Mike!