How to find out if a site has sold data

 

A quick way to find out: 

Open the terminal and enter in:

ssh -a root@kickstart1.pulley.rg-infra.com 

Then enter in cid <board#> so an example would be:

cid 50

Then you would do a distinct command to search the statuses of board 50: 

db.properties.distinct("status",{board:50,enabled:true})

So as you can see, the statuses we are receiving for board 50 are

"ACTIVE", "BACKUP", "CLOSED", "CONTINGENT", and "PENDING"

If the sold data is not showing up, go through steps 1-3.

Step 1:

Search the site in MCP to see which board they are on. As you can see this site is on board 50:

Step 2:

Then in another tab, go to Rope. In order to display sold data, we need these fields: 

closing_date
sold_price

If we don't have these fields, then we are not able to display sold data and you or the client will need to reach out to their MLS board. Click here to see how to send an email to the MLS. 

If we do have these fields, move on to step 3. 

Step 3:

Go back to MCP and go to the "Board Settings" tab. Scroll down to "

"CLOSED": "SOLD"

See "A quick way to find out" to know how to search for the status.

If the statuses are whited out like:

Then, you will need to go to board level (you are currently on site level). So go to http://mcp.realgeeks.com/admin/mcp/board/ in another tab and search by board number. Go to "Board Settings" tab and scroll down to "Search Status Map" and copy what they have. Then exit out of that window. (Since this is on board level, we don't want to mess anything up)

Go back to mcp site level and paste in the statuses and add in the sold one.