Is there a way to download ALL
I'm just starting converting from the prior RETS/Innovia to the new Paragon system. I have an xls with a data map. I'd like to do something like a SELECT * to select all fields and field values, so I can see what I have to work with now (I will be inserting into our local db).
Is there a way to download ALL columns for Residential in my list of towns? And I'd like field/column names (either Standard or System is fine)
something like $search = $rets->SearchQuery("Property","RE_1","(City=Conway),(ListingStatus=1,3)", array( "Limit" => "2000", "Select" => "", "RestrictedIndicator" => "*", "StandardNames" => 1 ) );
Can do?
Comments