Skip To Content

Enable editor tracking on a feature layer

You can keep track of who edits features in feature layers shared to portal members by enabling editor tracking on the feature class (or feature classes) that are used in the feature layer. If editor tracking is set on the feature class, the account information for the person who edited the feature layer is recorded in the feature class, along with the date and time the edit was made.

How you enable editor tracking depends on whether your portal uses ArcGIS Data Store or a managed database to store hosted feature layer data. If you open the item details for a hosted feature layer and the option to Track Edits is listed under Properties, your portal is using ArcGIS Data Store, and you can enable editor tracking by checking Keep track of who created and last updated features. If the option to Track Edits is not listed, your portal is using a managed database for hosted feature layer data, and you must follow the steps in this topic to enable editor tracking.

Source data for your portal's feature layers is stored in the managed database registered with your portal's hosting server. The feature class is owned by the account used in the connection file that was registered with ArcGIS Server. Therefore, you must log in to the managed database using that account to enable editor tracking on the feature class.

Find the name of the feature class

If you do not know the name of the feature class in the hosting server's managed database, you can check the Service Workspace of the service.

  1. Start ArcCatalog, expand GIS Servers in the Catalog tree, and make a publisher or administrator connection to the hosting server.

    Connect as either the ArcGIS Server administrator or the owner of the service.

  2. Open the Hosted folder under the server, and choose the feature layer (service) for which you want to enable editor tracking.
  3. Right-click the service and click Service Workspaces.
  4. Click the Copied tab and expand the database.

    Find the feature class name in the Service Workspaces dialog box

    The name of the feature class (or feature classes) in the hosting server's managed database is listed here.

  5. Make note of the feature class name, and close the Service Workspaces dialog box.

Stop the feature layer service

You must stop the feature layer service to enable editor tracking. To do this, right-click the service and click Stop.

Connect to the managed database and enable editor tracking

Connect to the enterprise geodatabase as the owner of the feature class and enable editor tracking.

If the feature class does not contain the text and date fields necessary to store the creator name, editor name, creation date, and date the feature was last edited, add those fields to the feature class.

  1. Connect to the enterprise geodatabase that's registered as your hosting server's managed database.

    You must connect as the owner of the feature class. The owner is the account that was specified when the geodatabase was registered as the server's managed database. If you do not know what account that is, contact your ArcGIS Server administrator.

  2. If the feature class already contains fields for storing the creator's name, date a feature was created, editor's name, and date the feature was last edited, use the feature class Properties dialog box to enable editor tracking.
    1. Right-click the feature class and click Properties.
    2. Click the Editor Tracking tab.
    3. Click Enable editor tracking.
    4. Use the drop-down lists to specify which fields to use to record editor information.
    5. Choose to record dates in UTC.
    6. Click OK to close the Properties dialog box and apply your changes.
  3. If the feature class does not contain fields for storing creator and editor names and dates, use the Enable Editor Tracking geoprocessing tool to enable editor tracking.
    1. Open the Enable Editor Tracking tool.
    2. Specify the feature class for which you want to enable editor tracking in the Input Dataset field.
    3. Check the box next to Add fields if they don't exist.
    4. Type names for the fields that will record the name of the user who adds features, the date the feature was added, the name of the user who last edited the feature, and the date the feature was last edited in the Creator Field, Creation Date Field, Last Editor Field, and Last Edit Date Field text boxes respectively.
    5. Choose to record dates in UTC.
    6. Click OK to run the tool.

Start the feature layer service

Now that you have enabled editor tracking, you can restart the feature layer service. Right-click the service under the hosting server connection in the Catalog tree and click Start.

With editor tracking enabled on the feature class, ArcGIS Server will record the user name of anyone who adds a feature through the feature layer or alters an existing feature. ArcGIS Server will also record the date and time the feature was added or altered. However, if the feature layer is shared with everyone (public), no user name will be stored.