You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Resetting Days On Market (DOM and CDOM)

How many days does a listing need to be off the MLS to reset days on market?

To Reset Days on Market (DOM)
If a property is withdrawn/cancelled or expired status, DOM will reset to zero when a new listing is created in the MLS. A new listing agreement is required.
If a property is expired status and a new listing is created within 10 days of the expiration date of the previous listing, a duplicate listing error message will be generated. Please save the new listing as incomplete and email [email protected] to request assistance for immediate submission of the incomplete listing. A new listing agreement is required.
To Reset Cumulative Days on Market (CDOM)
The cumulative days on market will not reset unless the listing has been either withdrawn/cancelled or expired from the MLS for a full 30 days. On the 31st day, with a new listing agreement, you will be able to enter the listing as new with zero DOM and zero CDOM.
Warning: If the listing is entered before the 31st day, the cumulative days on market will NOT reset. Cumulative days on market will only reset on or after the 31st day.
  • 33
  • 24-Feb-2022
  • 5275 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });