{ "name": "TamcAttributeUpdate", "displayName": "TamcAttributeUpdate", "description": "Script to update TAMC Asset tables", "category": "", "helpUrl": "https://tamccollector.dot.state.oh.us/arcgis/rest/directories/arcgisoutput/Test/Attribute_Update_Test_GPServer/Test_Attribute_Update_Test/TamcAttributeUpdate.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Table", "dataType": "GPString", "displayName": "Input Table", "description": "Input Table, must include TAMCollector. prior to the table name", "direction": "esriGPParameterDirectionInput", "defaultValue": "TAMCollector.Z_GP_TESTING", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Id_Field", "dataType": "GPString", "displayName": "Id Field", "description": "Field used to store record IDs or File Numbers", "direction": "esriGPParameterDirectionInput", "defaultValue": "MR_FILE_NBR", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Id_Prefix", "dataType": "GPString", "displayName": "Id Prefix", "description": "Prefix to be used when generating the File Number or ID. Recommended to use 3 letters", "direction": "esriGPParameterDirectionInput", "defaultValue": "MRP", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "LRS", "dataType": "GPString", "displayName": "LRS", "description": "LRS to locate features along", "direction": "esriGPParameterDirectionInput", "defaultValue": "All", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Local", "Ramps", "State and Local", "State and Ramps (Cardinal)", "State and Ramps", "All" ] } ] }