User Guide: APO (Address/Parcel/Owner) Field & Property Selection
Last updated: January 15, 2026
Overview
The APO (Address/Parcel/Owner) Field provides a unified way to select properties in permit applications. Instead of manually entering address details, you can search the jurisdiction's property database and select the correct property with verified information.
Benefits
- Accuracy - Property data comes directly from county GIS records
- Completeness - Address, parcel, and owner information linked automatically
- Speed - Search by any identifier (address, parcel number, owner name)
- Validation - Ensures permits are tied to valid county properties
For Citizens: Using the APO Field
Understanding the Property Selection Interface
When you encounter an APO field in a permit application, you'll see three connected dropdown fields:
- Address - The property street address
- Parcel - The parcel/lot identifier (APN)
- Owner - The property owner name
These fields work together - selecting one filters the options for the others.
Step-by-Step: Selecting Your Property
Option 1: Search by Address
- Click the Address dropdown field
- Start typing the street address (e.g., "123 Main")
- As you type, matching addresses appear in the dropdown
- Select your property address from the list
- Parcel and Owner fields automatically update with related records
Option 2: Search by Parcel Number
- Click the Parcel dropdown field
- Enter the parcel number or APN (Assessor's Parcel Number)
- Select the matching parcel from results
- Address and Owner fields filter to show related records
Option 3: Search by Owner Name
- Click the Owner dropdown field
- Type the property owner's name
- Select from matching owner records
- Address and Parcel fields filter to show related properties
Cascading Selection Logic
The APO fields use intelligent filtering:
| When You Select... | Other Fields Show... |
|---|---|
| An Address | Only parcels and owners at that address |
| A Parcel | Only addresses and owners for that parcel |
| An Owner | Only addresses and parcels owned by them |
Example:
- You search for "123 Main Street" in Address
- Parcel field now shows only parcels at 123 Main Street
- Owner field shows only owners of parcels at 123 Main Street
- If 123 Main Street has one parcel with one owner, all three fields populate automatically
Confirming Your Selection
After selecting your property:
- Review the summary display showing:
- Address: Full street address
- Parcel: APN and lot number
- Owner: Property owner full name
- Verify the information is correct
- Continue with your application
Handling Partial Records
Sometimes property records may be incomplete:
Missing Address:
- Property exists but no address on file
- You'll see the parcel and owner, but address shows "—"
- Contact staff if you believe this is an error
Missing Parcel:
- Address exists but not linked to a parcel
- May occur for new subdivisions or data updates in progress
Missing Owner:
- Parcel exists but ownership data not yet recorded
- Common for recently transferred properties
Understanding APO Field Display
Edit Mode (When Filling Out Forms)
In edit mode, you see three interactive dropdown fields:
| Field | Display | Description |
|---|---|---|
| Address | Search or select address... ▼ | Searchable dropdown for street address |
| Parcel | Search or select parcel... ▼ | Searchable dropdown for parcel/APN |
| Owner | Search or select owner... ▼ | Searchable dropdown for property owner |
View Mode (After Submission)
Once your application is submitted, the APO field displays as read-only:
| Field | Example Value |
|---|---|
| Address | 123 Main Street, Columbia MD 21044 |
| Parcel | APN 12-345-678, Lot 15 |
| Owner | John Smith |
Required Field Configuration
Depending on the permit type, different APO components may be required:
| Configuration | What's Required |
|---|---|
| Address Required | You must select an address |
| Parcel Required | You must select a parcel |
| Owner Required | You must select an owner |
| All Optional | Select any combination |
The form will indicate required fields with an asterisk (*).
Special Scenarios
Multiple Owners on One Parcel
If a property has multiple owners:
- All owners appear in the Owner dropdown
- Select the primary contact/applicant
- Additional owners can be added in contact sections
Multiple Parcels at One Address
For properties spanning multiple parcels:
- The Address dropdown shows the shared address
- The Parcel dropdown lists all parcels at that address
- Select the specific parcel for this permit
- Create separate permits for different parcels if needed
New Construction / No Existing Address
For new construction without an assigned address:
- Search by the parcel number instead
- Or search by the current owner name
- The address may show as "—" or "Unassigned"
- County staff will update the address when assigned
For Inspection Scheduling
When scheduling inspections, the APO field provides additional benefits:
Tax Map Identification
After selecting your property:
- The system identifies which Tax Map Zone your property is in
- This determines which inspectors cover your area
- You'll see a message like:
"Your property is in Tax Map 2 - Central Howard County"
Location Not in Tax Map
If you see:
"This location does not match any tax maps"
This means:
- The property may be outside county jurisdiction
- The GIS data may need updating
- Contact county staff for assistance
Troubleshooting
Common Issues
Q: My address doesn't appear in the search results. A: Try these approaches:
- Search by parcel number instead
- Use partial address (just street number and name)
- Check for different address formats (St. vs Street)
- Contact staff if your property is newly built or subdivided
Q: The owner name shown is incorrect. A: Property ownership records come from county tax records. If ownership recently changed:
- Continue with the permit using current records
- Contact county staff to note the discrepancy
- Provide ownership documentation if requested
Q: I selected an address but the wrong parcel appeared. A:
- Clear your selection and try searching by parcel number directly
- Some addresses span multiple parcels - verify the correct parcel
- Contact staff if parcel data appears incorrect
Q: The field shows "—" for some values. A: This indicates missing data in county records. The permit can still be submitted, but:
- Note which information is missing
- Staff may contact you for clarification
- Provide documentation of property details if available
Q: I can't find my property at all. A: Your property may be:
- Outside your jurisdiction's boundaries
- A new subdivision not yet in the system
- Listed under a different address format
- Contact Permitting Support for assistance
For Staff
Q: How do I add a property that's not in the APO database? A: Contact GIS administration to add new property records. APO data syncs from the jurisdiction's authoritative property database.
Q: Can I override APO selection for special cases? A: Some permit types allow manual address entry. Check entity configuration or consult system administration.
Related Features
- Citizen Portal Permit Lifecycle - Full application process
- Zone Management & Inspector Coverage - How tax maps affect inspections
- Inspector Scheduling - Booking inspections for your property
Technical Notes
Component Location: /apps/entity-manager-app/src/components/APOField/
Key Components:
APOField.tsx- Interactive edit mode with cascading selectionAPOFieldViewMode.tsx- Read-only display modeAddressCombobox,ParcelCombobox,OwnerCombobox- Individual search fields
Backend Integration:
- GIS search service aggregates property data
- Supports search by address, parcel, owner, or APN
- Returns grouped results showing relationships
Data Structure:
address.full_address- Complete street addressparcel.apn- Assessor's Parcel Numberparcel.lot- Lot identifierowner.full_name- Property owner name
For additional assistance, contact your System Administrator.