Hello,
I have an AGOL hosted layer that keeps track of a set of point features which regularly get modified via Collector in the field. I am interested in preserving the editor tracking information in separate columns for specific events that happen to the features.
In ArcPro I have a replica dataset that I have added attribute rules for, which is correctly copying over the Editor and EditDate information when the correct conditions are met. When I try to publish the layer up into AGOL I run into the NIM102295 bug, making the Editor/EditDate columns static and the attribute rules useless.
- If I publish the layer with editor tracking disabled and the columns existing, the hosted layer has duplicate editor tracking fields which do not match the attribute rules. Attributes rules in AGOL are static and cannot be changed to reflect the field name changes.
- If I publish the layer with editor tracking enabled and the columns existing, the hosted layer has no duplicate editor tracking fields, but the existing fields stop updating with the dataset effectively making them useless.
I am in a loop: I cannot save the attribute rules without the editor tracking fields existing in the table, and I cannot publish the hosted feature layer with working editor tracking unless the editor tracking fields do not exist in the table pre-publish.
Is there a better workflow for what I am trying to do? Is there a workaround for preserving existing editor tracking fields through an AGOL publish? Some help would be appreciated.