Select to view content in your preferred language

How to output editor tracking fields

2075
0
07-24-2012 02:26 AM
SamLarsen
Occasional Contributor
I am working with ArcGIS Online Feature Services with editor tracking enabled.
I know editor tracking is working because when I consume the feature service in a webmap I see the last editor and last edit date in the popup for features.
There are four fields added to the dataset when editor tracking is enabled
�?� The name of the user who created it.
�?� The date and time it was created.
�?� The name of the user who edited it.
�?� The date and time it was last edited.
As described here:
http://resourcesbeta.arcgis.com/en/help/main/10.1/index.html#/About_tracking_an_editor_s_changes_to_...

The problem i have is, the data in the four fields is not output with the feature attributes.  I can only get at the data on a per-feature basis via calls in the APIs like the following:
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/featurelayer.htm#getEd...
I am trying consume this webmap in the JavaScript API and render the feature layer based on editor attribute fields (who last edited the feature).

Are you able to tell me if i can specify that the editor tracking fields are output with the attributes of features in normal feature service query operations?
Tags (2)
0 Kudos
0 Replies