Name: Records
Display Field: Name
Type: Feature Layer
Geometry Type: esriGeometryPolygon
Description:
Copyright Text:
Min. Scale: 24000
Max. Scale: 0
Default Visibility: true
Max Record Count: 2000
Supported query Formats: JSON, geoJSON, PBF
Use Standardized Queries: True
Extent:
XMin: -13331510.8186
YMin: 4036544.025
XMax: -13331367.4229
YMax: 4036687.4207
Spatial Reference: 102100 (3857)
Drawing Info:
{"renderer":{"type":"simple","symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[255,235,175,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[0,92,230,255],"width":2}}},"scaleSymbols":true,"transparency":50,"labelingInfo":[{"labelExpressionInfo":{"expression":"// Change the settings portion to configure the label\n// This is an Arcade expression\n\n// SETTINGS\nvar ShowRecordType = false; //Set 'true' to show the Record Type (or 'false')\nvar RecordTypePrefix = \"Type: \"; //Set the record type prefix\nvar ShowRecordedDate = false; //Set to 'true' to show recorded date (or 'false')\nvar mmddyyyy = true; //date format: set to 'false' to see ddmmyyyy format\nvar RecordedDatePrefix = \"Recorded Date: \"; //Set the recorded data prefix\nvar MissingRecordName = \"Missing Record Name\"; //Set the missing record string \n\n// VARIABLES\nvar Label;\nvar recordName = $feature.Name;\nvar recordType = $feature.RecordType;\nvar recordDate = $feature.RecordedDate;\nvar dd = day(recordDate);\nvar mm = month(recordDate)+1; //months are returned between 0 (January) to 11 (December)\nvar yyyy = year(recordDate);\n\nif (!IsEmpty(recordName)){ \n Label = recordName\nif (ShowRecordType) {\n if (!IsEmpty(recordType)){ Label = Label + \"\\n\" + RecordTypePrefix + DomainName($feature, 'RecordType')}\n}\nif (ShowRecordedDate){\n if (!IsEmpty(recordDate)){ \n if (mmddyyyy) {\n Label = Label + \"\\n\" + RecordedDatePrefix + mm + \"-\" + dd + \"-\" + yyyy}\n else{\n Label = Label + \"\\n\" + RecordedDatePrefix + dd + \"-\" + mm + \"-\" + yyyy}\n } \n}\n}\nelse { Label = \"\" + MissingRecordName + \"\" }\nreturn Label"},"labelPlacement":"esriServerPolygonPlacementAlwaysHorizontal","multiPart":"labelPerPart","allowOverrun":false,"deconflictionStrategy":"dynamicNeverRemove","repeatLabel":false,"useClippedGeometry":false,"allowOverlapOfFeatureInterior":"avoid","allowOverlapOfFeatureBoundary":"avoid","stackLabel":true,"stackAlignment":"dynamic","removeDuplicates":"all","removeDuplicatesDistance":0,"stackRowLength":24,"useCodedValues":true,"maxScale":1199,"minScale":5000,"name":"Records < 5000","priority":-1,"symbol":{"type":"esriTS","color":[0,92,230,255],"backgroundColor":null,"borderLineColor":null,"borderLineSize":null,"verticalAlignment":"bottom","horizontalAlignment":"left","rightToLeft":false,"angle":0,"xoffset":0,"yoffset":0,"kerning":true,"haloColor":[255,255,255,255],"haloSize":1,"font":{"family":"Tahoma","size":10,"style":"normal","weight":"normal","decoration":"none"}}},{"labelExpressionInfo":{"expression":"// Change the settings portion to configure the label\n// This is an Arcade expression\n\n// SETTINGS\nvar ShowRecordType = false; //Set 'true' to show the Record Type (or 'false')\nvar RecordTypePrefix = \"Type: \"; //Set the record type prefix\nvar ShowRecordedDate = false; //Set to 'true' to show recorded date (or 'false')\nvar mmddyyyy = true; //date format: set to 'false' to see ddmmyyyy format\nvar RecordedDatePrefix = \"Recorded Date: \"; //Set the recorded data prefix\nvar MissingRecordName = \"Missing Record Name\"; //Set the missing record string \n\n// VARIABLES\nvar Label;\nvar recordName = $feature.Name;\nvar recordType = $feature.RecordType;\nvar recordDate = $feature.RecordedDate;\nvar dd = day(recordDate);\nvar mm = month(recordDate)+1; //months are returned between 0 (January) to 11 (December)\nvar yyyy = year(recordDate);\n\nif (!IsEmpty(recordName)){ \n Label = recordName\nif (ShowRecordType) {\n if (!IsEmpty(recordType)){ Label = Label + \"\\n\" + RecordTypePrefix + DomainName($feature, 'RecordType')}\n}\nif (ShowRecordedDate){\n if (!IsEmpty(recordDate)){ \n if (mmddyyyy) {\n Label = Label + \"\\n\" + RecordedDatePrefix + mm + \"-\" + dd + \"-\" + yyyy}\n else{\n Label = Label + \"\\n\" + RecordedDatePrefix + dd + \"-\" + mm + \"-\" + yyyy}\n } \n}\n}\nelse { Label = \"\" + MissingRecordName + \"\" }\nreturn Label"},"labelPlacement":"esriServerPolygonPlacementAlwaysHorizontal","multiPart":"labelPerPart","allowOverrun":false,"deconflictionStrategy":"dynamicNeverRemove","repeatLabel":false,"useClippedGeometry":false,"allowOverlapOfFeatureInterior":"avoid","allowOverlapOfFeatureBoundary":"avoid","stackLabel":true,"stackAlignment":"dynamic","removeDuplicates":"all","removeDuplicatesDistance":0,"stackRowLength":24,"useCodedValues":true,"maxScale":0,"minScale":1199,"name":"Records < 1200","priority":-1,"symbol":{"type":"esriTS","color":[0,92,230,255],"backgroundColor":null,"borderLineColor":null,"borderLineSize":null,"verticalAlignment":"bottom","horizontalAlignment":"left","rightToLeft":false,"angle":0,"xoffset":0,"yoffset":0,"kerning":true,"haloColor":[255,255,255,255],"haloSize":1,"font":{"family":"Tahoma","size":10,"style":"normal","weight":"normal","decoration":"none"}}}]}
HasZ: true
HasM: false
Has Attachments: false
Has Geometry Properties: true
HTML Popup Type: esriServerHTMLPopupTypeAsHTMLText
Object ID Field: OBJECTID
Unique ID Field:
IsSystemMaintained : True
Global ID Field: GlobalID
Type ID Field:
Fields:
- OBJECTID (type: esriFieldTypeOID, alias: OBJECTID, SQL Type: sqlTypeOther, length: 0, nullable: false, editable: false)
- Name (type: esriFieldTypeString, alias: Name, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true)
- RecordType (type: esriFieldTypeInteger, alias: Record Type, SQL Type: sqlTypeOther, nullable: true, editable: true)
- RecordedDate (type: esriFieldTypeDate, alias: Recorded Date, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- GlobalID (type: esriFieldTypeGlobalID, alias: GlobalID, SQL Type: sqlTypeOther, length: 38, nullable: false, editable: false)
- created_user (type: esriFieldTypeString, alias: Created By, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: false)
- created_date (type: esriFieldTypeDate, alias: Created Date, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: false)
- last_edited_user (type: esriFieldTypeString, alias: Modified By, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: false)
- last_edited_date (type: esriFieldTypeDate, alias: Modified Date, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: false)
- ParcelCount (type: esriFieldTypeInteger, alias: Created Parcel Count, SQL Type: sqlTypeOther, nullable: true, editable: true)
- RetiredParcelCount (type: esriFieldTypeInteger, alias: Retired Parcel Count, SQL Type: sqlTypeOther, nullable: true, editable: true)
- Shape__Area (type: esriFieldTypeDouble, alias: Shape__Area, SQL Type: sqlTypeDouble, nullable: true, editable: false)
- Shape__Length (type: esriFieldTypeDouble, alias: Shape__Length, SQL Type: sqlTypeDouble, nullable: true, editable: false)
Templates:
Name: Records
Description:
Drawing Tool: esriFeatureEditToolPolygon
Prototype:
Relationships:
Is Data Versioned: false
Has Contingent Values: false
Supports Rollback On Failure Parameter: true
Last Edit Date: 6/29/2026 8:54:05 PM
Schema Last Edit Date: 6/29/2026 8:54:05 PM
Data Last Edit Date: 6/29/2026 8:54:05 PM
Supported Operations:
Query
Query Pivot
Query Top Features
Query Analytic
Query Bins
Query Boxplots
Query Related Records
Add Features
Update Features
Delete Features
Apply Edits
Streaming
Calculate
Generate Renderer
Validate SQL
Get Estimates
ConvertFormat