{ "currentVersion": 11.5, "cimVersion": "3.5.0", "id": 4, "name": "Tasks", "type": "Table", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user", "dateFieldsTimeReference": { "timeZone": "UTC", "timeZoneIANA": "Etc/UTC", "respectsDaylightSaving": false } }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": true, "relationships": [ { "id": 0, "name": "BackflowDevice", "relatedTableId": 0, "cardinality": "esriRelCardinalityOneToMany", "role": "esriRelRoleDestination", "keyField": "DeviceGUID", "composite": false, "catalogID": "{2F2ED927-7CD0-40A7-8ACE-FC33E5E77B97}" } ], "isDataVersioned": true, "isDataArchived": true, "infoInEstimates": [ "count" ], "isDataBranchVersioned": true, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": true, "startArchivingMoment": 1786966318000 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": false, "supportsCalculate": true, "supportsASyncCalculate": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsFullTextSearch": true, "fullTextSearchCapabilities": { "supportsSearchOperator": true, "supportsOperator": false, "supportsSqlExpressionInFullText": true }, "fullTextSearchableFields": [], "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": false, "supportsReturningGeometryEnvelope": false, "supportsSqlExpression": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": false, "supportsQueryWithCacheHint": false }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON,PBF" }, "hasMetadata": true, "hasAttachments": false, "supportsApplyEditsWithGlobalIds": true, "supportsOidReservation": true, "htmlPopupType": "esriServerHTMLPopupTypeNone", "objectIdField": "OBJECTID", "globalIdField": "GlobalID", "displayField": "Customer", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "CustomerGUID", "type": "esriFieldTypeGUID", "alias": "CustomerGUID", "domain": null, "editable": true, "nullable": true, "length": 38, "defaultValue": null, "modelName": "CustomerGUID" }, { "name": "Customer", "type": "esriFieldTypeString", "alias": "Customer", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Customer" }, { "name": "WorkToBeDone", "type": "esriFieldTypeString", "alias": "Work To Be Done", "domain": null, "editable": true, "nullable": true, "length": 1000, "defaultValue": null, "modelName": "WorkToBeDone" }, { "name": "WorkCompleted", "type": "esriFieldTypeString", "alias": "Work Completed", "domain": null, "editable": true, "nullable": true, "length": 1000, "defaultValue": null, "modelName": "WorkCompleted" }, { "name": "AssignedTo", "type": "esriFieldTypeString", "alias": "Assigned To", "domain": { "type": "codedValue", "name": "AssignedTo", "description": "List of city employees to assign to tasks", "codedValues": [ { "name": "Nick Morris", "code": "Nick Morris" }, { "name": "Joseph Meza", "code": "Joseph Meza" }, { "name": "John Waters", "code": "John Waters" }, { "name": "Paul Taylor", "code": "Paul Taylor" }, { "name": "Melissa Smith", "code": "Melissa Smith" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "AssignedTo" }, { "name": "Status", "type": "esriFieldTypeString", "alias": "Status", "domain": { "type": "codedValue", "name": "TaskStatus", "description": "Status of tasks", "codedValues": [ { "name": "Completed", "code": "Completed" }, { "name": "Not Completed", "code": "Not Completed" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 100, "defaultValue": null, "modelName": "Status" }, { "name": "Address", "type": "esriFieldTypeString", "alias": "Address", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "Address" }, { "name": "DeviceGUID", "type": "esriFieldTypeGUID", "alias": "DeviceGUID", "domain": null, "editable": true, "nullable": true, "length": 38, "defaultValue": null, "modelName": "DeviceGUID" }, { "name": "GroupID", "type": "esriFieldTypeString", "alias": "GroupID", "domain": null, "editable": true, "nullable": true, "length": 255, "defaultValue": null, "modelName": "GroupID" }, { "name": "GlobalID", "type": "esriFieldTypeGlobalID", "alias": "GlobalID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GlobalID" }, { "name": "created_user", "type": "esriFieldTypeString", "alias": "created_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "created_user", "required": true }, { "name": "created_date", "type": "esriFieldTypeDate", "alias": "created_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "created_date", "required": true }, { "name": "last_edited_user", "type": "esriFieldTypeString", "alias": "last_edited_user", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "last_edited_user", "required": true }, { "name": "last_edited_date", "type": "esriFieldTypeDate", "alias": "last_edited_date", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "last_edited_date", "required": true }, { "name": "WorkDate", "type": "esriFieldTypeDate", "alias": "Work Date", "domain": null, "editable": true, "nullable": true, "length": 8, "defaultValue": null, "modelName": "WorkDate" } ], "indexes": [ { "name": "UUID_44", "isAscending": true, "isUnique": false, "description": "", "fields": "GlobalID,OBJECTID" }, { "name": "G115CustomerGUID", "isAscending": true, "isUnique": false, "description": "", "fields": "CustomerGUID" }, { "name": "G115DeviceGUID", "isAscending": true, "isUnique": false, "description": "", "fields": "DeviceGUID" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "Mountain Standard Time", "timeZoneIANA": "America/Denver", "respectsDaylightSaving": true }, "preferredTimeReference": { "timeZone": "Mountain Standard Time", "timeZoneIANA": "America/Denver", "respectsDaylightSaving": true }, "types": [], "templates": [ { "name": "Tasks", "description": "", "prototype": { "attributes": { "GroupID": null, "WorkDate": null, "CustomerGUID": null, "Customer": null, "WorkToBeDone": null, "WorkCompleted": null, "AssignedTo": null, "Status": null, "Address": null, "DeviceGUID": null } }, "drawingTool": "esriFeatureEditToolNone" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query,Create,Update,Delete,Uploads,Editing,ChangeTracking", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "supportsAppend": true, "supportedAppendFormats": "FILEGDB,PBF", "standardMaxRecordCount": 32000, "tileMaxRecordCount": 2000, "maxRecordCountFactor": 1, "serviceItemId": "907657e3a3434ba2bceac3f508cfe234" }