Sorry if this has already been asked, is it possible to get the ObjectID from an Input FeatureService and include it in the Field Definition?
Feature Service Fields:
Values:
OBJECTID: 13047
OCEAN: AL
YEAR: 2015
Generated Field Definition:
| Name | Type | Cardinality | Tags | |
|---|---|---|---|---|
| OCEAN | String | 1  | ||
| YEAR | Short | 1  | 
Updated Field Definition (added OBJECTID):
| Name | Type | Cardinality | Tags | |
|---|---|---|---|---|
| OJBECTID | String | 1  | TRACK_ID  | |
| OCEAN | String | 1  | ||
| YEAR | Short | 1  | 
TCP Text Output (after adding OBJECTID):

I would like the output to look like this: GeoEventDefinition,13047,AL,2015
One example I saw made it seem possible, Define input - Main Break Notification | ArcGIS for Utilities
K-
Solved! Go to Solution.
I misspelled 'OBJECTID' in the field definition and I now see that it's working- Thank you arcgis teamutilities for pointing this out!
I misspelled 'OBJECTID' in the field definition and I now see that it's working- Thank you arcgis teamutilities for pointing this out!