CLOUD CMA MLS PROVIDER INFORMATION PACKET

Size: px
Start display at page:

Download "CLOUD CMA MLS PROVIDER INFORMATION PACKET"

Transcription

1 CLOUD CMA MLS PROVIDER INFORMATION PACKET For more information please visit: Cloud CMA is a product of W&R Studios W&R Studios 123 Main Street Suite 201 Huntington Beach CA info@wrstudios.com

2 What is Cloud CMA? Cloud CMA is a web-based report generator for real estate professionals. These reports include a Comparative Market Analysis (CMA), Buyer Tour, Property Reports and Flyers. The reports from Cloud CMA can be personalized and branded. The reports include property data/photo from the MLS combined with information from top websites such as: Google Maps Panaramio Area Photos Zillow Zestimates Demographics Recent Home Sales Mortgage Quotes Walk Score Neighborhood walkability scores Education.com School information Yelp Restaurant ratings Simply put our goal with Cloud CMA is to give real estate professionals a very fast and simple way of generating unique, eye catching, personalized reports that make them look awesome if front of their clients. Links to Cloud CMA Report Samples: Sample CMA: Sample Buyer Tour: Sample Property Report: Several report Themes are included, which can be personalized by color, content and font choices. All reports are rendered as PDF files and stored in the Cloud. 2

3 Cloud CMA also offers real estate professionals a unique method of creating and distributing reports via . The client can be their desktop/laptop or smartphone. The below example is for a Property Report: 1. Cloud CMA subscriber address an to property@cloudcma.com. 2. In the Subject Line of the they would enter the name of their client, The Brown Family. 3. Finally the MLS number or property address would be entered in the Body of the . Cloud CMA severs would verify their account (via the subscribers ), grab the MLS information, and render a PDF with the subscriber s default marketing pages (cover page, resume, etc). Then a link to the Property Report would be sent to the Cloud CMA subscriber. This would all happen in just minutes. This same method could be used for creating a CMA (cma@cloudcma.com), or a Buyer Tour (tour@cloudcma.com). The Cloud CMA subscriber could also include their client s address in the Cc: field and have their clients receive the report at the same time as themselves. Cloud CMA is compatible with most popular browsers including Microsoft s Internet Explorer (7 and above), Firefox, Apple s Safari, and Google Chrome. Cloud CMA RETS Requested Data Fields List Base fields - We'd like as many of these as possible - Fields with an asterisk (*) are the fields we need to search on. * mlsnum address city state * zip zip4 3

4 * streetnum * streetname county subdivision area * latitude * longitude status prop_type prop_sub_type sqft lotsize acres lotdim year_built garages beds baths baths_ quarter baths_half baths_three_quarter baths_full school_district school_high school_middle school_elementary date_list date_pending date_sold date_expired dom price_list price_list_orig price_list_low price_list_high price_sold price_list_per_sqft Feature fields - We'd like any features fields available in this market. - Some examples: price_sold_per_sqft remarks remarks_private showing_inst directions assoc_fee photo_count created_at updated_at photos_updated_at agent_list_id agent_list_name agent_list_ agent_list_phone agent_sell_id agent_sell_name agent_sell_ agent_sell_phone office_list_id office_list_name office_list_phone office_sell_id office_sell_name office_sell_phone! Assoc name Assoc amenities Community Mello Roos Tax rate Cooling Heating Appliances Exterior Interior Kitchen 4

5 View TB map code Zoning Pool Spa Patio Water Electric Gas Assessments Builder Builders tract name Lot description Spaces Photos - We'd like url links to all photos available for each property. Cloud CMA RETS Queries Cloud CMA allows agents to create CMA, Buyer Tour, and Property reports. We DO NOT download the entire MLS and keep it synced in servers on our site. The agents enter criteria and we do real-time RETS searches to download data from the MLS at that moment in time. We basically do three types of searches in Cloud CMA: 1. MLS number search - single or multiple MLS numbers at a time. Very straightforward, simple search. 2. Address search - usually we have to break an address down into street num, street name, city, state, zip and do the search. Also very straightforward. 3. Lat/Lon range search - basically a Latitude range and a Longitude range forming a rectangular proximity search area around a given subject property. This is a more complex query, and I've seen it trip up RETS servers in two ways: o o The latitude and longitude fields on some servers are not indexed, even though these are simple decimal values and are very useful search fields. Because the longitude in the US is a negative number, to search a range you end up with this funky double negative DMQL syntax that looks like this: (LONGITUDE= ),(LATITUDE= ) That can break the parser on some RETS servers. We have come up with a fairly simple way around this on RETS servers in the past. Assuming that the RETS parser is simply querying a View in your database, create a new field called "ABSLONGITUDE" in your View which contains the absolute value of the longitude. On our side, we just set a flag to query that new field instead and the query above becomes: (ABSLONGITUDE= ),(LATITUDE= ) That works for us and is typically pretty easy to implement on the server side. 5

6 This method of real-time searches is more secure, since we do not have all the MLS data replicated on our servers, and provides less load on the RETS server, since we are only searching an extremely small subset of the MLS daily. Cloud CMA and MLS Security Cloud CMA allows real estate agents to easily create custom CMA, Buyer Tour, and Property Reports. It utilizes the best sources of property, school, neighborhood, and other information it can find on the internet to create these reports. The best source of listing data is the MLS, so it interfaces with the MLSs RETS server to acquire listing data for sold, pending, expired, and active properties. We do not aggregate listing data ahead of time and keep a duplicate copy of MLS data on our servers. We feel that this model is a waste of resources, creates synchronization issues, and is a security risk. For these reasons, we query the MLSs RETS server only at the time the user requests a report to be created. Users are typically only requesting listings per CMA or Buyer Tour, and only one listing per Property Report, so these queries are very small and efficient. Since MLS listing data can only be accessed by licensed members of the MLS, Cloud CMA utilizes one of the following three security methods to ensure that only valid, active members have access. Method 1 When a new user sets up their profile in Cloud CMA, they are asked to choose their MLS, then they are prompted for their MLS credentials. The MLS password is stored in our system using RSA public key encryption, and any time it's transmitted, it is done so in that encrypted form. Whenever the user performs a query for property data, we use their MLS credentials to log into the RETS server. If the users MLS credentials are invalid, the login to the RETS server will fail, and the corresponding error message will be relayed to the user. The user can then check their credentials and try again, but they will never successfully get listing data from the RETS server without the proper credentials. Pro: The MLS has complete control over this user being able to utilize MLS data in Cloud CMA, and the user can be cut off at any time using the normal deactivation process built into the MLS workflow. Con: The MLS may not have RETS credentials set up for each and every member. Many MLSs manually set up RETS credentials on an as needed basis, so each member may not already have RETS access. 6

7 Method 2 The MLS provides us (W&R Studios) with specific RETS credentials and instructs us to use those every time we query the RETS server for all of our users. When a new user sets up their profile in Cloud CMA, they are still asked to choose their MLS, then they are prompted for their MLS credentials. The MLS password is stored in our system using RSA public key encryption, and any time it's transmitted, it is done so in that encrypted form. Whenever the user performs a query for property data, we use our MLS credentials to log into the RETS server. Upon successful login, we query the Agent or User table of the RETS server with the agents id and password, then look at the resulting data to make sure this user exists and is an active member. If our query returns no results or an indication that the member is no longer active, the corresponding error message will be relayed to the user. The user can then check their credentials and try again, but they will never successfully get listing data from the RETS server without the proper credentials. Pro: The MLS has complete control over this user being able to utilize MLS data in Cloud CMA, and the user can be cut off at any time using the normal deactivation process built into the MLS workflow. Con: The MLS may not allow querying on the password field in the Agent table, or may not return that field in the dataset for use in a post query comparison. As a less secure alternative, it's possible to query the Agent table for the id and an indication that this user is an active member, essentially ignoring the password. Method 3 We offer two 'Single Sign On' methods, which are especially good for MLSs that have a site license where every member has free access to Cloud CMA. In this scenario, users cannot log in directly at cloudcma.com, but instead must first log into their MLS system and click on a button or link to access Cloud CMA. We have our own 'homebrew' form of SSO where parameters are passed in the url - the MLS code, the users id, a secure hash, and a timestamp. Details of this algorithm can be provided on request. We have several MLSs using this method, it works well, and it's simple to implement. We also support the SAML standard for SSO and are currently SAML certified with one of the major MLS vendors. We are set up to easily add other SAML providers. SSO works especially well when the MLS implements the API for passing listing numbers to automatically create reports for listings the user has currently selected. This 7

8 allows for a deep integration between MLS system and Cloud CMA, requiring no additional login by the user and making it seem like one seamless system. Pro: The MLS has complete control over this user not only being able to utilize MLS data in Cloud CMA, but even having rights to access Cloud CMA at all. The user can be cut off at any time using the normal deactivation process built into the MLS workflow - if they can't access the MLS system, they can't access Cloud CMA. Con: The MLS needs to set up the link to Cloud CMA within the MLS system. Cloud CMA RETS Queries Cloud CMA allows agents to create CMA, Buyer Tour, and Property reports. We DO NOT download the entire MLS and keep it synced in servers on our site. The agents enter criteria and we do real-time RETS searches to download data from the MLS at that moment in time. We basically do three types of searches in Cloud CMA: 1. Mls nums search - single or multiple mls nums at a time. Very straightforward, simple search. 2. Address search - usually we have to break an address down into street num, street name, city, state, zip and do the search. Also very straightforward. 3. Lat/Lon range search - basically a Latitude range and a Longitude range forming a rectangular proximity search area around a given subject property. This is a more complex query, and I've seen it trip up RETS servers in two ways: The latitude and longitude fields on some servers are not indexed, even though these are simple decimal values and are very useful search fields. Because the longitude in the US is a negative number, to search a range you end up with this funky double negative DMQL syntax that looks like this: (LONGITUDE= ),(LATITUDE= ) That can break the parser on some RETS servers. We have come up with a fairly simple way around this on RETS servers in the past. Assuming that the RETS parser is simply querying a View in your database, create a new field called "ABSLONGITUDE" in your View which contains the absolute value of the longitude. On our side, we just set a flag to query that new field instead and the query above becomes: (ABSLONGITUDE= ),(LATITUDE= ) That works for us and is typically pretty easy to implement on the server side. This method of real-time searches is more secure, since we do not have all the MLS data replicated on our servers, and provides less load on the RETS server, since we are only searching an extremely small subset of the MLS daily. 8

9 W&R Studios Company Contact Sheet Company Name: Woolley Robertson Group Inc. dba W&R Studios Mailing Address: 123 Main Street Suite 201 Huntington Beach, CA Main Office Telephone Technical Contact Person: Dan Woolley Mobile: Facsimile: IP Address Range for computers accessing MLS and RETS servers: URL of site displaying data Administrative Contract Greg Robertson Person: Mobile: Facsimile:

Paragon Mobile Quick Start Guide

Paragon Mobile Quick Start Guide Paragon Mobile Quick Start Guide Overview The purpose of this document is to provide an overview of the features in Paragon Mobile. This document will review the process to access Paragon Mobile, perform

More information

What s New in the eneighborhoods CMA for WyldFyre 7?

What s New in the eneighborhoods CMA for WyldFyre 7? What s New in the eneighborhoods CMA for WyldFyre 7? 1. WyldFyre 7 is now fully integrated with the eneighborhoods suite of real estate marketing tools, including CMA and Buyers Tour. Users can search

More information

XactSite Website Reference Guide

XactSite Website Reference Guide XactSite Website Reference Guide Welcome to your new XactSite website! This guide is designed to help you easily personalize your website so you can begin to acquire leads and manage your customer interactions.

More information

CENTURY 21 REAL ESTATE LLC. Listing Central. User Guide 4/28/2010 1

CENTURY 21 REAL ESTATE LLC. Listing Central. User Guide 4/28/2010 1 CENTURY 21 REAL ESTATE LLC Listing Central User Guide 4/28/2010 1 Introduction The Listing Central User Guide gives instructions on how a 21Online user can fully utilize the tool and features available

More information

NTREIS Matrix User Guide

NTREIS Matrix User Guide Granbury Association of REALTORS NTREIS Matrix User Guide Revised 3.30.15 Granbury Association of REALTORS 2504 James Rd Granbury, TX 76049 www.granburyrealtors.com 817-326-2530 P a g e 1 CONTENTS Home

More information

Getting Started Guide

Getting Started Guide Getting Started Guide A Quick Introduction To Cloud MLX 3 1.1 Creating A Cloud MLX Account 4 1.2 Cloud MLX Account Settings 4 Getting Started 5 Home Page 5 Searching in Cloud MLX 7 2.1 Saving a search

More information

The Regal At The Homes of Beverly Ridge

The Regal At The Homes of Beverly Ridge NEIGHBORHOOD HOMES FOR SALE PREPARED FOR The Regal At The Homes of Beverly Ridge OCTOBER 7, 2016 Call Neighborhood Lending Services The Preferred Lender for The Regal At The Homes of Beverly Ridge CONTACT

More information

IDX Quick Start Guide. A Guide for New Clients

IDX Quick Start Guide. A Guide for New Clients IDX Quick Start Guide A Guide for New Clients Introduction Congratulations on your decision to integrate IDX property search and lead capture tools into your website! With these IDX tools, your website

More information

ReboGateway. training manual

ReboGateway. training manual ReboGateway training manual March 8, 2012 CONTENTS 1.1 Description 2.1-2.3 FAQ 3.1-3.3 Register 4.1-4.5 Specific Lead Search - County Search 5.1-5.3 Tract Utility 6.1-6.4 Creating a Farm to Watch 7.1-7.3

More information

Fields marked with an asterisk (*) are mandatory. 1. Click Listings on the left navigation menu. 2. Click Sale under Add a Residential Listing.

Fields marked with an asterisk (*) are mandatory. 1. Click Listings on the left navigation menu. 2. Click Sale under Add a Residential Listing. Add a Residential Sale Listing Follow the steps in this guide to add a residential sale listing in dash. Note: Make sure that the sales associate or team with the listing already exists in dash, so that

More information

Welcome to Real Living

Welcome to Real Living Welcome to Real Living The Real Living Business Center Real Living provides the tools you need to be successful in an easy-to-use website. This means your tools are available wherever you have a PC and

More information

Top Producer IDX User Guide

Top Producer IDX User Guide Top Producer IDX User Guide i Top Producer IDX User Guide Top Producer IDX Information in this document is subject to change without notice. Companies, names and data used in examples herein are fictitious

More information

MLS 201 Searches and Results

MLS 201 Searches and Results MLS 201 Searches and Results Class Objectives Use various search methods and techniques with ease. View search results using multiple different tools and functions. Save, Email, Print a listing Create

More information

Frequently Asked Questions Table of Contents

Frequently Asked Questions Table of Contents Frequently Asked Questions Table of Contents What is my user name and password?... 3 How do I change my Password?... 3 How do I set up a view?... 3 How do I load a photo to a listing?... 3 How do I run

More information

Release Notes September 2014

Release Notes September 2014 Release Notes September 2014 Table of Contents About the Release Notes... 3 Release Overview... 3 Enhancements... 4 Esignature Improvements... 4 SpringCM Edit... 5 Other Enhancements... 6 Fixes... 7 Known

More information

reinsight Mobile Quick Start Guide

reinsight Mobile Quick Start Guide reinsight Mobile Quick Start Guide Overview The purpose of this document is to provide an overview of the features in reinsight Mobile. This document will review the process to access reinsight Mobile,

More information

Step One: Consider choosing Firefox as your browser when using Flexmls. Very conducive to computer operating system needs.

Step One: Consider choosing Firefox as your browser when using Flexmls. Very conducive to computer operating system needs. MLSSAZ: 101 Introduction to features in Flexmls Sign in and modify profile information Find and view MLSSAZ documents Create and edit your contacts Become familiarized with Search Save searches and listing

More information

One Place Connect Listings. User s Guide

One Place Connect Listings. User s Guide One Place Connect Listings User s Guide Real Estate One I.T. Department 2018 Go to http://www.ouroneplace.com. Log in using the last 6 digits of your state Id number as your user name and the last four

More information

Real Estate Mobile App Features

Real Estate Mobile App Features Real Estate Mobile App Features How To Review The App Demo On Your Device Download the Preview Your App app today on your ios or Android Devices from the App Store or Google Play Store. To view this demo

More information

Printable Documentation

Printable Documentation Printable Documentation The complete text of the Online Help Updated April 10, 2007 Table Of Contents Administrative... 1 Add a picture to your Agent Profile... 1 Add a bio to your agent profile... 1 Add

More information

FOCUS: Kurio. 1 of 9 FOCUS: Kurio. Class Handout

FOCUS: Kurio. 1 of 9 FOCUS: Kurio. Class Handout 1 of 9 FOCUS: Kurio Class Handout 2 of 9 What is Kurio? Kurio is a website. There is no software to install in order to use Kurio. The Kurio website allows you to search for MLS listings and email them

More information

Your MLS Quick Start Guide

Your MLS Quick Start Guide Your MLS Quick Start Guide Contents BrightMLS.com 4 The Dashboard 4 The Navigation 5 Account & Settings 6 MLS Settings (Branding Options) 7 Residential Search 10 Public Record Search 11 Map Search 12 Search

More information

Clients Continued... & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select

Clients Continued...  & Letters. Campaigns Continued To create a Custom Campaign you must first name the campaign and select Clients Continued... Campaigns Continued To create a Custom Campaign you must first name the campaign and select what type of campaign it will be. Next you will add letters to your campaign from your letter

More information

User Guide Version 2.1 August 8, IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) IMAPP.

User Guide Version 2.1 August 8, IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) IMAPP. User Guide Version 2.1 August 8, 2008 IMAPP, Inc. Technical Support: Monday Friday 8:00 AM 5:00 PM Phone: (888) 462-7701 Email: support@ IMAPP.com www.imapp.com Index Accessing IMAPP... 3 Log in to IMAPP...

More information

HOW TO ADD A COMMERCIAL LISTING FOR SALE WITH MEDIA

HOW TO ADD A COMMERCIAL LISTING FOR SALE WITH MEDIA HOW TO ADD A COMMERCIAL LISTING FOR SALE WITH MEDIA OVERVIEW: Adding and updating listings are performed in the LISTING section of CREST EDG. Not only will you be able to add / update your listing but

More information

eagentc IDX Solution powered by WolfNet Leveraging Your Listings to Increase Your Business and Productivity!

eagentc IDX Solution powered by WolfNet Leveraging Your Listings to Increase Your Business and Productivity! eagentc IDX Solution powered by WolfNet Leveraging Your Listings to Increase Your Business and Productivity! Notes Preface 2008 KELLER WILLIAMS REALTY INC. 2 Preface Table of Contents INTRODUCTION...4

More information

Printable Help. The complete text of the MLS Online Help

Printable Help. The complete text of the MLS Online Help Printable Help The complete text of the MLS Online Help Updated June 12, 2017 Table of Contents Table of Contents 2 Accessing the MLS 11 Access Edge MLS from a Mobile Device 11 Log On or Off the MLS 11

More information

Fields marked with an asterisk (*) are mandatory. 1. Click Listings on the left navigation menu. 2. Click Sale under Add a Commercial Listing.

Fields marked with an asterisk (*) are mandatory. 1. Click Listings on the left navigation menu. 2. Click Sale under Add a Commercial Listing. Add a Commercial Sale Listing Follow the steps in this guide to add a commercial sale listing in dash. Note: Make sure that the sales associate or team with the listing already exists in dash, so that

More information

Getting Started -- Section 1 Table of Contents

Getting Started -- Section 1 Table of Contents Table of Contents Introduction... Page 2 Markets. Page 3 Groups.. Page 4 Users. Page 8 Auto Tasks Page 11 Property Status... Page 18 Repair Status... Page 20 Offer Status.. Page 21 Contract Status Page

More information

XACTSITE TOTAL QUICK START GUIDE

XACTSITE TOTAL QUICK START GUIDE XACTSITE TOTAL QUICK START GUIDE Welcome to your new XactSite Total website! This Quick Start Guide is designed to help you easily personalize your website so you can begin to acquire leads and manage

More information

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service.

Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix Analytics Data Governance Collection, storage, and retention of logs generated in connection with Citrix Analytics service. Citrix.com Data Governance For up-to-date information visit: This section

More information

REALTOR Broker Data Feed Specifications Northwest MLS Version The Enterprise

REALTOR Broker Data Feed Specifications Northwest MLS Version The Enterprise REALTOR Broker Data Feed Specifications Northwest MLS Version The Enterprise Broker Data Feed Specifications Page 1 of 6 Table of Contents Overview... 3 Listing Files... 3 Images... 5 Customer Support...

More information

What is the IGS (Ignite Global Support) Portal? How do I escalate my issue if I believe it is not being handled timely and/or effectively?

What is the IGS (Ignite Global Support) Portal? How do I escalate my issue if I believe it is not being handled timely and/or effectively? What is the IGS (Ignite Global Support) Portal? How do I escalate my issue if I believe it is not being handled timely and/or effectively? What are the Zendesk system requirements? What do I need to do

More information

Listing Manager. Click here to add a new listing. Click here to edit an existing listing.

Listing Manager. Click here to add a new listing. Click here to edit an existing listing. Listing Manager 1 From the Main Menu locate the section called Manage Your Listings and click the Manage Listings button. This will bring you to the Listing Manager tool where you can add new listings,

More information

Just Listed/Just Sold FAQ

Just Listed/Just Sold FAQ Just Listed/Just Sold FAQ General... 3 Where is my Agent Profile Information?... 3 What is the Just Listed/Just Sold Postcard service?... 3 How do I sign up for this service?... 3 Who will receive the

More information

Preferences Table of Contents

Preferences Table of Contents Preferences Table of Contents My Profile... 2 Quick Profile Maintenance... 2 My Names... 3 My Addresses... 3 My E-Mail Addresses... 4 Personal Photo and Logo Maintenance... 4 My Documents... 6 My Phone

More information

Listing Maintenance Table of Contents

Listing Maintenance Table of Contents Listing Maintenance Table of Contents Enter Information... 2 Drop-Down Lists... 2 Numeric Fields... 2 Date Fields... 2 Text Fields... 2 Check Boxes... 3 Add a Listing... 3 General... 3 Address... 3 Main

More information

What Makes dssearchagent Unique?

What Makes dssearchagent Unique? Introduction Diverse Solutions dssearchagent IDX program was created out of a need for agents and brokers to have a superior public-facing property location system. Previous technology by other companies

More information

Software User's Manual

Software User's Manual Software User's Manual REAL ESTATE INVESTMENT AND REVIEW TOOL Team - 02 Venkata Sravanti Malapaka Yuxuan Chen Yonghyun Cho

More information

Product Enhancement Notes

Product Enhancement Notes Product Enhancement Notes May 30, 2018 Release Syndication Channels in Matrix Because some Syndication channels do not support the display of every property type, we have updated the syndication selection

More information

CALIFORNIAMOVES AGENT

CALIFORNIAMOVES AGENT CAMOVES AGENT USER GUIDE MARCH 2011 CALIFORNIAMOVES AGENT CONTENTS CONTENTS... 2 CALIFORNIAMOVES AGENT GUIDE OVERVIEW... 4 Log On... 4 Agent Tools... 6 Agent Profile... 6 Agent Profile Administration Screen...

More information

E-Share: Secure Large File Sharing

E-Share: Secure Large File Sharing Feature Sheet E-Share: Secure Large File Sharing Use CipherPost Pro to securely share, track, and control single or multiple file attachments up to 5 GB directly from your email Sharing large files securely

More information

Getting Started. January 2012 EAC Red Square Support

Getting Started. January 2012 EAC Red Square Support Getting Started January 2012 EAC Red Square Support 1300 137 161 Welcome to the Getting Started Guide This guide is designed to give you a brief overview of all the features available in the new Red Square

More information

Matrix Quick Reference Guide

Matrix Quick Reference Guide Top things to know about Matrix Logging In Matrix Quick Reference Guide Matrix is mobile friendly and can be used on all major browsers. Matrix has a mobile version too! Emails, Auto-notifications, and

More information

Contents 11 Need help? BRIGHT

Contents 11 Need help? BRIGHT Contents BrightMLS.com 4 The Dashboard 4 The Navigation 5 Account & Settings 6 Enable Auto Pay 7 MLS Settings (Branding Options) 8 Residential Search 11 Customize the Criteria Page 12 Public Record Search

More information

E-Share: Secure Large File Sharing

E-Share: Secure Large File Sharing Feature Sheet E-Share: Secure Large File Sharing Use DeliverySlip to securely share, track, and control single or multiple file attachments up to 5 GB directly from your email Sharing large files securely

More information

Matrix Tips. Your MLS Support Team Phone: ext Monday Friday, 9:00 a.m. to 5:00 p.m.

Matrix Tips. Your MLS Support Team Phone: ext Monday Friday, 9:00 a.m. to 5:00 p.m. AnswerLink Support Phone: 866-776-0661 Email: actrishelpdesk@marketlinx.com Monday Friday, 8:30 a.m. to 8:30 p.m. Saturday & Sunday, 8:30 a.m. to 3:30 p.m. Your MLS Support Team Phone: 512-454-7636 ext.

More information

User Guide. iphone Edition.

User Guide. iphone Edition. User Guide iphone Edition Navica Mobile Plus is the most powerful mobile application for real estate professionals today, with a load of features to help you preview, show, and research properties. This

More information

Android User Guide. Categories. Recent Posts. search here. Login

Android User Guide. Categories. Recent Posts. search here. Login Home DoApp Real Estate Support Home User Guides for mobile devices Android User Guide search here Go Android User Guide Posted on July 24, 2013 by Carrie Categories User Guides for mobile devices What's

More information

CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1

CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1 CROSS-CONNECTION ASSEMBLY MANAGEMENT SYSTEM (CCAMS) External User Manual Version 1.1 Prepared by MWH February 2014 Revised by AECOM/WRE July 2015 Contents CONTENTS CHAPTER 1, INTRODUCTION... 1 1.1 ABOUT

More information

Filing Forms Electronically COGCC Denver, CO

Filing Forms Electronically COGCC Denver, CO Filing Forms Electronically COGCC Denver, CO 303-894-2100 First Time Users: Set-up and Create Users First-time users will need to install Silverlight. Go to https://cogcc.state.co.us/eform/, the site will

More information

Five9 Plus Adapter for Microsoft Dynamics CRM

Five9 Plus Adapter for Microsoft Dynamics CRM Cloud Contact Center Software Five9 Plus Adapter for Microsoft Dynamics CRM Administrator s Guide September 2017 This guide describes how to install and configure the Five9 Plus Adapter for Microsoft Dynamics

More information

Placester Quick Start Guide

Placester Quick Start Guide Placester Quick Start Guide Congratulations! You re on your way to building a strong online presence for your real estate business. This Quick Start Guide will walk you through all of the basics for getting

More information

MLS add-on (For WPL)

MLS add-on (For WPL) 1 MLS add-on (For WPL) Realtyna Inc. Contents of this manual are applicable to WPL MLS addon. Details of this manual may be different based on customizations you may have or your software. Introduction

More information

RealTracs RETS Client - Pipeline

RealTracs RETS Client - Pipeline RealTracs RETS Client - Pipeline RealTracs Pipeline was developed initially as a testing tool for analysis of metadata, data output and searches as we developed our in house RETS server. However, it has

More information

MLSSAZ: Searching and Results in Flexmls. Class Objectives

MLSSAZ: Searching and Results in Flexmls. Class Objectives Use various search methods and techniques with ease View search results using multiple different tools and functions Create and save a Listing Collection and Saved Search for future use Set up a listing

More information

XACTSITE TOTAL QUICK START GUIDE

XACTSITE TOTAL QUICK START GUIDE XACTSITE TOTAL QUICK START GUIDE Welcome to your new XactSite Total website! This Quick Start Guide is designed to help you easily personalize your website so you can begin to acquire leads and manage

More information

View a video tutorial on Add/Edit function via GLAR.com (MLS Tab) or the News Widget when you log in to Matrix

View a video tutorial on Add/Edit function via GLAR.com (MLS Tab) or the News Widget when you log in to Matrix View a video tutorial on Add/Edit function via GLAR.com (MLS Tab) or the News Widget when you log in to Matrix Index Selecting Input / Selecting Category 1 Options for Input: Fill from Existing Listing

More information

Step One: Choose Firefox as your browser when using Flexmls. Very conducive to

Step One: Choose Firefox as your browser when using Flexmls. Very conducive to MLSSAZ: 101 Introduction to features in Flexmls Sign in and modify profile information Find and view MLSSAZ documents Create and edit your contacts Become familiarized with Search Differentiate between

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Sync to a Secondary Salesforce Organization

Sync to a Secondary Salesforce Organization Sync to a Secondary Salesforce Organization Salesforce, Summer 17 @salesforcedocs Last updated: August 9, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

10/25/2017 NTREIS RETS Metadata Change effective 11/07/2017:

10/25/2017 NTREIS RETS Metadata Change effective 11/07/2017: Please read the NTREIS RETS Bulletin Board on a regular basis to ensure you do not miss important communications from the NTREIS RETS Team.. All email regarding NTREIS RETS should be sent to rets@ntreis.net.

More information

etrac Release Notes Version 5.6

etrac Release Notes Version 5.6 etrac Release Notes Version 5.6 Global DMS, 1555 Bustard Road, Suite 300, Lansdale, PA 19446 2014, All Rights Reserved. Global DMS and etrac are registered trademarks of Global Data Management Systems,

More information

Downloading The App... 3 Access, Open And Log In... 3

Downloading The App... 3 Access, Open And Log In... 3 Table of Contents Need Help? Contact us! Get Started With MLS-Touch... 3 Downloading The App... 3 Access, Open And Log In... 3 Property Searching... 4 Property Search By Map... 4 The School & Traffic Displays...

More information

Prospects Mobile. User Guide. ipad Edition

Prospects Mobile. User Guide. ipad Edition Prospects Mobile User Guide ipad Edition Prospects Mobile is simply the most powerful mobile application for real estate professionals today, with a load of features to help you preview, show, and research

More information

SAS Web Report Studio 3.1

SAS Web Report Studio 3.1 SAS Web Report Studio 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Web Report Studio 3.1: User s Guide. Cary, NC: SAS

More information

Step One: Consider choosing Firefox as your browser when using Flexmls. Very conducive to computer operating system needs.

Step One: Consider choosing Firefox as your browser when using Flexmls. Very conducive to computer operating system needs. MLS 101 Introduction to features Sign in and modify profile information Find and view MLSSAZ documents Create and edit your contacts Become familiarized with the Map Search Save searches and listing collections

More information

Matrix Overview Part 1- Getting Started

Matrix Overview Part 1- Getting Started Matrix Overview Part 1- Getting Started Houston Association of Realtors 3 Hours CE Course#: CE Pending 2 Table of Contents 1. My Matrix 4 1.1 Contacts (Add)... 4 1.2 Contacts (Manage)... 5 1.3 Saved Searches...

More information

Planet RE Agent Training. Berkshire Hathaway HomeServices Nevada Properties

Planet RE Agent Training. Berkshire Hathaway HomeServices Nevada Properties Planet RE Agent Training Berkshire Hathaway HomeServices Nevada Properties Planet RE Outline Getting Started Log on to www.planetre.com Enter User Name: Enter Password: (Be sure to Change your Password

More information

Add/Change. Add Listing

Add/Change. Add Listing Add/Change The functions available under Add/Change all relate to the maintenance of listings. Adding and changing the listing data are the major functions. The basic agent-level listing maintenance functions

More information

How to Edit your Own Business Listings on LakeGeorge.com

How to Edit your Own Business Listings on LakeGeorge.com How to Edit your Own Business Listings on LakeGeorge.com Account Set-up - You will first need to set up an account on LakeGeorge.com to edit your business listing, view stats, submit press releases, add

More information

5.7. Getting Started with Fusion

5.7. Getting Started with Fusion 5.7 Getting Started with Fusion Getting Started with Fusion Fusion 5.7 This publication may not be reproduced, in whole or in part, in any form or by any electronic, manual, or other method now known or

More information

Pre-Release: v5.28 Release Enhancements. Agent Level Changes

Pre-Release: v5.28 Release Enhancements. Agent Level Changes Pre-Release: v5.28 Release Enhancements Report Views Rename All Fields Customizable views Agent Level Changes For added flexibility, users can now change the report Name for all All Fields Customizable

More information

v5.30 Release Enhancements Agent Level Enhancements

v5.30 Release Enhancements Agent Level Enhancements Quick Search Search Save Criteria Values v5.30 Release Enhancements Agent Level Enhancements New! This release adds customization to the Quick Search widget on the Home Page. For those that frequently

More information

Juniata County, Pennsylvania

Juniata County, Pennsylvania GIS Parcel Viewer Web Mapping Application Functional Documentation June 21, 2017 Juniata County, Pennsylvania Presented by www.worldviewsolutions.com (804) 767-1870 (phone) (804) 545-0792 (fax) 115 South

More information

Matrix Release Notes

Matrix Release Notes Matrix 7.0.3 Release Notes Table of Contents Matrix OS/Browser Compatibility... 2 New and Enhanced Features in Matrix 7... 3 Updated Client Portal... 3 Client Portal Optional Features... 5 New Agent Headers

More information

Table of Contents. zipform 6 User Guide

Table of Contents. zipform 6 User Guide Table of Contents Welcome 4 Creating and Using Transactions.. 4 How to Create a Transaction...... 4 Creating a Transaction Using a Template....... 5 Adding and Removing Forms from a Transaction.......

More information

User Directories. Overview, Pros and Cons

User Directories. Overview, Pros and Cons User Directories Overview, Pros and Cons Overview Secure ISMS can operate with one or more of the following user directories. Secure ISMS Users (ISMS) Internal users local to the Secure ISMS application

More information

Welcome To The Paragon TM. 3.4 CMA Guide

Welcome To The Paragon TM. 3.4 CMA Guide Show Welcome To The Paragon TM 3.4 CMA Guide The following tutorial will assist you in performing the steps necessary in creating a CMA Packet in Paragon. For Additional information, login to Paragon and

More information

Creating engaging website experiences on any device (e.g. desktop, tablet, smartphone) using mobile responsive design.

Creating engaging website experiences on any device (e.g. desktop, tablet, smartphone) using mobile responsive design. Evoq Content: A CMS built for marketers to deliver modern web experiences Content is central to your ability to find, attract and convert customers. According to Forrester Research, buyers spend two-thirds

More information

Paragon Essentials: Getting Started with Paragon 4 This manual sets the foundation for all future work in Paragon 4. It covers the basic activities

Paragon Essentials: Getting Started with Paragon 4 This manual sets the foundation for all future work in Paragon 4. It covers the basic activities Paragon Essentials: Getting Started with Paragon 4 This manual sets the foundation for all future work in Paragon 4. It covers the basic activities necessary to navigate the MLS. Table of Contents 1. Accessing

More information

MRMLS SmartMap CityGIS5 (More training available at

MRMLS SmartMap CityGIS5 (More training available at MRMLS SmartMap CityGIS5 (More training available at http://www.imrmls.com/centsite/training.html) 3201 W. Temple Ave., Suite 250 Pomona, Ca 91768 800-925-1525 or http://www.imrmls.com/support Last Edited

More information

AIM Capture Tutorial Please review this tutorial and don t hesitate to ask one of our experts about specific features and functions.

AIM Capture Tutorial Please review this tutorial and don t hesitate to ask one of our experts about specific features and functions. AIM Capture Tutorial Please review this tutorial and don t hesitate to ask one of our experts about specific features and functions. We are glad to help! Downloading the AIM Capture APP In the app store,

More information

RCT Express. Administrator Training Manual. Version 4.3

RCT Express. Administrator Training Manual. Version 4.3 RCT Express Administrator Training Manual Version 4.3 Copyright 2016 CoreLogic. All rights reserved. ii Contents Introduction 1 System Requirements... 1 Tools 2 Administration 3 Manage Agencies... 3 Manage

More information

HOW TO COPY A RESIDENTIAL LISTING

HOW TO COPY A RESIDENTIAL LISTING HOW TO COPY A RESIDENTIAL LISTING OVERVIEW: If a listing for sale is also available for rent, instead of entering two separate listings in the system, you may save time and effort by entering one listing

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Single Sign-On. Introduction. Feature Sheet

Single Sign-On. Introduction. Feature Sheet Feature Sheet Single Sign-On Introduction CipherPost Pro seamlessly integrates into your enterprise single sign-on (SSO) to give your users total email security and an extra set of robust communications

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

Geospatial Information collection tool for PDA using Cloud computing GEO-PRO Ver1.0 User Guide. March 29, 2016 PIPE DESIGN, Inc.

Geospatial Information collection tool for PDA using Cloud computing GEO-PRO Ver1.0 User Guide. March 29, 2016 PIPE DESIGN, Inc. Geospatial Information collection tool for PDA using Cloud computing GEO-PRO Ver1.0 User Guide March 29, 2016 PIPE DESIGN, Inc. 1. Structure of the system The "Geo Pro" aims at utilizing GoogleMap and

More information

System builder Cloud. User Guide. 1 st September 2017

System builder Cloud. User Guide. 1 st September 2017 System builder Cloud User Guide z 1 st September 2017 System Builder Cloud System builder is a Software tool to assist the sale of Navico Products as complete working systems TAKING THE FEAR OUT OF SELLING

More information

Release Notes March 2016

Release Notes March 2016 Release Notes March 2016 About the Release Notes... 3 Release Overview... 3 End of Life Announcements... 3 Other Announcements... 5 Enhancements... 6 Doc Launcher for uploading 3 rd party documents and

More information

ADD TEXTBOOK COPIES IN DESTINY

ADD TEXTBOOK COPIES IN DESTINY This tutorial will walk you through the steps on how to add textbook copies to a school s Destiny textbook database. These are not comprehensive instructions. Consult iltss Textbook Cataloging for assistance

More information

ZENworks 2017 Audit Management Reference. December 2016

ZENworks 2017 Audit Management Reference. December 2016 ZENworks 2017 Audit Management Reference December 2016 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

More information

Microsoft How-To Guide. For Real Estate Professionals

Microsoft How-To Guide. For Real Estate Professionals Microsoft How-To Guide For Real Estate Professionals Your role as a real-estate professional is simple: Turn your client s dreams into a reality. Of course, accomplishing that task is a whole lot more

More information

Mozy. Administrator Guide

Mozy. Administrator Guide Mozy Administrator Guide Preface 2017 Mozy, Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license

More information

CloudFusion Operations Guide

CloudFusion Operations Guide CloudFusion Operations Guide Version 2.2.9 InfinitiesSoft Solutions Inc. www.infinitiessoft.com Contents 1. CloudFusion Login 2. CloudFusion Environment Setup Skyport management Cloud cluster subscription

More information

Introducing the VNE Customization Builder (VCB)

Introducing the VNE Customization Builder (VCB) 17 CHAPTER This chapter introduces the Virtual Network Element Customization Builder (VCB) in Cisco Prime Network. Topics include: About the VCB, page 17-1 A Quick Tour of the VCB, page 17-2, page 17-4

More information

Downloading Your Search Results (Listings)

Downloading Your Search Results (Listings) Setup and Use Instructions Stratus Long Island MLS Downloading Your Search Results (Listings) Log into the MLS and enter your comparable sales SEARCH CRITERIA. You are creating a SEARCH RESULT that contains

More information

Luxury Portfolio International LuxuryPortfolio.com and LuxeXchange Agent FAQ s

Luxury Portfolio International LuxuryPortfolio.com and LuxeXchange Agent FAQ s Luxury Portfolio International LuxuryPortfolio.com and LuxeXchange Agent FAQ s ADDING/MAINTAINING LISTINGS How do I add my listing to LuxuryPortfolio.com? We have made arraignments with your broker for

More information

Bell County. E-Discovery Portal. Training Guide. 1/8/2014 Version 1.0

Bell County. E-Discovery Portal. Training Guide. 1/8/2014 Version 1.0 Bell County E-Discovery Portal Training Guide 1/8/2014 Version 1.0 The E-Discovery portal has been developed to provide the District Attorney s Office with the ability to electronically upload discoverable

More information