First time here? Check out the FAQ!
0

Query not returning one property type

  • retag add tags

We run the query below for each of these types:

  • ResidentialProperty
  • LotsAndLand
  • CI_3
  • Multifamily
  • CommonInterest

CreateSearchRequest("Property", TYPE, "(ListingStatus=2,3,4,5,6),(L_UpdateDate=DATE)");

Replacing TYPE with the type from above and DATE with how far back we are searching.

As of June 21 we are missing properties of type CommonInterest. Is there a new type we don't know about?

Let me know if you need more details. Thanks.

bpUser's avatar
bpUser
asked 2017-06-30 11:54:56 -0500
edit flag offensive 0 remove flag close merge delete

Comments

What RETS URL and login name (NO PASSWORDS).

bwolven's avatar bwolven (2017-07-01 17:41:41 -0500) edit
bpUser's avatar bpUser (2017-07-03 08:37:39 -0500) edit
add a comment see more comments

1 Answer

0

I would suggest that you do your pulls using the ClassName value. It looks like there are two classes with StandardName=CommonInterest and it is probably just pulling the first one it finds when you request by StandardName.

ClassName - StandardName - VisibleName - Description RE_1 - ResidentialProperty - RE - RESIDENTIAL LD_2 - LotsAndLand - LD - LAND CI_3 - CommonInterest - CI - COMMERCIAL/INDUSTRIAL MF_4 - MultiFamily - MF - MULTI-FAMILY MH_5 - CommonInterest - MH - MOBILE HOME

bwolven's avatar
bwolven
answered 2017-07-05 10:41:54 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you, that did work.

bpUser's avatar bpUser (2017-07-06 11:06:02 -0500) edit
add a comment see more comments

Your Answer

Login/Signup to Answer