Name: Records
Display Field: Name
Type: Feature Layer
Geometry Type: esriGeometryPolygon
Description:
Copyright Text:
Min. Scale: 0
Max. Scale: 0
Default Visibility: false
Max Record Count: 2000
Supported query Formats: JSON, geoJSON, PBF
Use Standardized Queries: True
Extent:
XMin: -17511836.6118428
YMin: 2332281.54946476
XMax: -17362975.5078054
YMax: 2418782.33917401
Spatial Reference: 102100 (3857)
Drawing Info:
{"renderer":{"type":"simple","symbol":{"type":"esriSFS","style":"esriSFSSolid","color":[181,252,251,0],"outline":{"type":"esriSLS","style":"esriSLSSolid","color":[0,92,230,255],"width":2}}},"scaleSymbols":true,"transparency":50,"labelingInfo":[{"labelExpressionInfo":{"expression":" \n// Change the settings portion to configure the label \n// This is an Arcade expression \n \n// SETTINGS \nvar ShowRecordTask = true; //Set 'true' to show the Record Type (or 'false') \nvar RecordTaskPrefix = \"\"; //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 MissingRecordName = \"Missing Record Name\"; //Set the missing record string \n \n// VARIABLES \nvar Label; \nvar recordName = $feature.Name; \nvar recordTask = $feature.RecordTask; \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 + \"\\n\" \nif (ShowRecordTask) { \n if (!IsEmpty(RecordTask)){ Label = Label + RecordTaskPrefix + DomainName($feature, 'RecordTask') + \"\\n\"} \n} \nif (ShowRecordedDate){ \n if (!IsEmpty(recordDate)){ \n if (mmddyyyy) { \n Label = Label + mm + \"-\" + dd + \"-\" + yyyy} \n else{ \n Label = Label + dd + \"-\" + mm + \"-\" + yyyy} \n } \n} \n} \nelse { Label = \"\" + MissingRecordName + \"\" } \nreturn Label \n","title":"Custom"},"labelPlacement":"esriServerPolygonPlacementAlwaysHorizontal","multiPart":"labelLargest","allowOverrun":true,"deconflictionStrategy":"dynamic","repeatLabel":false,"stackLabel":true,"stackRowLength":24,"stackAlignment":"dynamic","removeDuplicates":"none","useCodedValues":true,"maxScale":0,"minScale":0,"name":"Class 1","priority":-1,"symbol":{"type":"esriTS","color":[0,77,168,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":"Times New Roman","size":10,"style":"normal","weight":"bold","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:
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)
- RecordTask (type: esriFieldTypeString, alias: RecordTask, SQL Type: sqlTypeOther, length: 255, nullable: true, editable: true, Coded Values: [CONS: Consolidation], [CSF: CSF], [DOC: Recorded Document], ... 13 more ...)
- RecordedDate (type: esriFieldTypeDate, alias: Recorded Date, SQL Type: sqlTypeOther, length: 8, nullable: true, editable: true)
- Description (type: esriFieldTypeString, alias: Description, SQL Type: sqlTypeOther, length: 1024, nullable: true, editable: true)
- Surveyor (type: esriFieldTypeString, alias: Surveyor, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
- Company (type: esriFieldTypeString, alias: Company, SQL Type: sqlTypeOther, length: 50, nullable: true, editable: true)
- RecordType (type: esriFieldTypeInteger, alias: Record Type, SQL Type: sqlTypeOther, nullable: true, editable: true)
- 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:
Is Data Versioned: false
Has Contingent Values: false
Supports Rollback On Failure Parameter: true
Last Edit Date: 5/26/2026 2:22:30 PM
Schema Last Edit Date: 5/26/2026 2:22:30 PM
Data Last Edit Date: 5/26/2026 2:22:30 PM
Supported Operations:
Query
Query Pivot
Query Top Features
Query Analytic
Query Bins
Generate Renderer
Validate SQL
Get Estimates
ConvertFormat