# Agent MLS ID Assignments **Date:** 2026-01-12 **Purpose:** Assign HomeProz agent MLS IDs to agent profiles ## Changes Made Updated `agent_mls_id` ACF field for agents to match MLS Grid listing agent IDs. ## SQL Commands ```sql -- Assign NST503517070 to Davy Villarreal (ID 129) and Jordan Mullenbach (ID 130) UPDATE wp_postmeta SET meta_value = 'NST503517070' WHERE post_id IN (129, 130) AND meta_key = 'agent_mls_id'; ``` ## Final State | Agent ID | Agent Name | MLS ID | |----------|------------|--------| | 128 | Anna Rahn | NST503517068 | | 129 | Davy Villarreal | NST503517070 | | 130 | Jordan Mullenbach | NST503517070 | | 131 | Lily Dulitz | NST503517068 | ## Why HomeProz has 2 listing agent MLS IDs in the MLS Grid data: - NST503517068 (2 properties) - NST503517070 (2 properties) These were assigned to agents so property cards can display the correct agent information.