Hello,
I just noticed that in the tracks feature layer that is created in AGOL the fields for creator and editor are different from other AGOL feature layers that have editing enabled. We are running scripts to query feature layers by "CreationDate". I realize we can accommodate for this in the python code but it seems like a best practice for AGOL/ESRI to have the tracks feature layers follow the same naming convention as other AGOL data fields.
When you enable editing on AGOL feature layers the following fields are added:
- CreationDate
- Creator
- EditDate
- Editor
Tracker feature layers:
- created_user
- created_date
- last_edited_user
- last_edited_date
Is there any reason for the different naming conventions used in Tracker? Could these modified to be consistent with edited AGOL feature layers?
Thanks for your time,
Kathy