{ "name": "ExportPrintableCards", "displayName": "Export Printable Cards", "description": "This script takes a feature set as input and generates formatted, printable cards that are returned as an output parameter.", "category": "", "helpUrl": "https://southlakemaps.cityofsouthlake.com/arcgis/rest/directories/arcgisoutput/GP/ExportPrintableCardsDEV_GPServer/GP_ExportPrintableCardsDEV/ExportPrintableCards.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Record_Set", "dataType": "GPRecordSet", "displayName": "Record Set", "description": "The input candidate records.", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Hearing_Date", "dataType": "GPString", "displayName": "Hearing Date", "description": "Hearing Date", "direction": "esriGPParameterDirectionInput", "defaultValue": "01/01/1111", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Case_Number", "dataType": "GPString", "displayName": "Case Number", "description": "Case Number", "direction": "esriGPParameterDirectionInput", "defaultValue": "ZA20-0001", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Description", "dataType": "GPString", "displayName": "Description", "description": "Description", "direction": "esriGPParameterDirectionInput", "defaultValue": "Sample case test", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Purpose", "dataType": "GPString", "displayName": "Purpose", "description": "Purpose", "direction": "esriGPParameterDirectionInput", "defaultValue": "to test the sample", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "PDF_Filename", "dataType": "GPString", "displayName": "PDF Filename", "description": "Name of the output file.", "direction": "esriGPParameterDirectionInput", "defaultValue": "samplePDFtest", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_PDF", "dataType": "GPDataFile", "displayName": "Output_PDF", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }