5.96 Release Notes
5.96 Release Highlights Video
Full Release Notes: 5.96 Release Notes

Paragon 5.963 Release Enhancements
Download MS Word Doc: 5.963 Release Enhancements
Updated on: 7-18-23
Corrected Paragon Issues
Ticket# Module Organization Summary
DEV-10365 Collab Center/CollabLink
/View/Reports TBRMLS - Tallahassee BOR Video Upload - videos without URLs should be omitted from views
TK-13922 Admin CAAR – Charlottesville
/Augusta/
Harrisonburg-Rockingham Admin Office Record Freezes once change is made to Options section
TK-13117 Data MAXEBRDI - MAXEBRDI MLS MAX-Error pulling membership roster
TK-10290 Mapping or
Geo-coding IMLS - Intermountain MLS P5: Allow Force Manual Geocoding
setting to allow for single click acknowledgment
MLS Customizations and Administration
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Admin – Nothing for Admin
Agent Level Changes Paragon Professional
The following section contains some changes that are active system wide, and some may only be available to users based on their assigned security levels.
Confirm Map Pin Location for Listings
When adding or editing a listing, if the user is required to manually place the map pin but the auto-generated placement of the pin is correct, the user no longer has to move the pin to save the location to meet the requirement. Users may use the new “Confirm” option to verify that the current map pin placement is correct and proceed with saving the listing. The previous workflow required the user to manually move the pin slightly, even if the auto-generated placement was correct.
Users will continue to have the option to manually move the auto-generated placement of the pin as needed.
Collaboration Center
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Collaboration Center – Nothing for Collaboration Center
Paragon Connect
The following section contains changes that are active system wide and available to users based on their assigned security levels.
Membership Search
The Members menu item in Paragon Connect has a brand-new look. Users may search for Agents or Offices similarly to the Roster search functions in Paragon. Results include the option to view Roster Detail reports for agents and offices and include convenient quick links to call and email.
Corrections and Improvements
• Improvement to show full lookup options for enabled Document Types when adding/editing listing Associated Documents.
• Improvement to display existing Room/Unit/Green (RUG) data on the Listing Maintenance form. These fields are not editable but are visible on the form. Support for adding and editing RUG data will be coming soon.
• Improvement to show any Third-Party Integrations enabled for Listing Maintenance under the Published Listings overflow menu.
• Correction for sorting by price on spreadsheet views.
• Correction for Realist Tax Autofill failing to return matched property results.
• Correction for photo changes to reflect proper action in Listing Photo Audit Report.
Paragon Affiliate Connect
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Corrected Paragon Affiliate Connect Issues
Ticket # Module Summary
Nothing for Affiliate Connect

Paragon 5.962 Release Enhancements - MS Word Doc: 5.962 Release
Updated on: 4-10-23
Corrected Paragon Issues
Ticket# Module Organization Summary
DEV-9970 OpenMLS PrimeMLS Mapping Export Field Names Corrected
DEV-10063 OpenMLS ValleyMLS Fixed Tax Field Issue for /Paragon System
TK-14796 Messaging BCRES - REB2 Residential, IRMLS, SJSR Paragon: Message History emails Time stamp is not correct displaying with System Time.
DEV-10079 Data Mapping SCWMLS - South Central Wisconsin (Madison) Web API: City Field is Not Populating Values
DEV-10069 View/Reports All New T/OH elements always left-justify
DEV-9486 Admin TBRMLS - Tallahassee BOR Video Mgmt - deployment script for INPUT_MAINT_VIDEO_TYPE config
DEV-5914 LIM TBRMLS - Tallahassee BOR UI: Video Management Pro: Upload video file
TK-4327 View/Reports MIMLS - MiRealSource, RANM, REALCOMP Fields added to the All Fields Customizable are not displaying
DEV-2615 Admin REALCOMP - Realcomp II Ltd Hotsheet search result errors
MLS Customizations and Administration
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Admin – No admin changes
Agent Level Changes Paragon Professional
The following section contains changes that are active system wide and available to users based on their assigned security levels.
No Agent changes for Paragon Professional
Collaboration Center
The following section contains some changes that are active system wide, and some may only be available to users based on their assigned security levels.
No Collaboration Center Changes
Paragon Connect
The following section contains changes that are active system wide and available to users based on their assigned security levels.
Customize Property Search Form
Paragon Connect now allows users to modify the fields used on the property class search forms. Users may choose to customize the Containers and the Fields within each container making it easy to search for any and all kinds of listing data. You can also drag and drop fields from one container to another!
After making any adjustments to the form containers and fields be sure to save as a custom search or use the Update Default Template option if you want access to the new additions going forward.
Print all PDF Associated Documents
When viewing the Listing Detail View there is a section to display all Associated Documents. This section now includes a new option to combine any PDF documents into a single file and allow you to print them all at once. This new Print PDF option does not include any other document types.
Confirm Map Location for New Listings
When adding a new listing, if the exact map location is required and the auto-generated placement of the map pin is correct, the user no longer has to move the pin to save the location to meet the requirement. Users may use the new “Confirm” option to verify the current map pin placement is correct and proceed to publish the new listing. The previous workflow required the user to manually move the pin slightly, even if the auto-generated placement was correct.
Users will continue to have the option to manually move the auto-generated placement of the pin as needed.
This new confirmation-process is only available when adding new listings.
Corrections and Improvements
• Correction for improper cursor placement in Date Range fields.
• Correction for setting LVT Frozen Time value for DOM when changing listing status.
• Improvement to always show the Hotsheet Alert icon on the Dashboard, even in mobile view.
• Communication history for comments on listings between the Agent and Consumer is now available from the Contact Summary page. These comments were previously available only from the Dashboard.
• Improvement in the Customize Spreadsheet layout making it easier to find and add new fields to your spreadsheet view.
Paragon Affiliate Connect
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Corrected Paragon Affiliate Connect Issues
Ticket # Module Summary
No Affiliate Connect Changes
Nothing for Affiliate Connect
OpenMLS RESO API
Any options in this section are either configurable via MLS Administration or by your System Support Manager as noted.
Server-Driven Paging with OData.nextLink
As a technology leader we strive to bring quality of life improvements when requested. To this extent, ahead of RESO’s ratification of Web API Core 2.1.0 specifications, we’ve added the @Odata.nextLink annotation to the message body per OData’s 4.0 Control Information specifications. This will allow client-side API users to link directly to the next page of results.
Figure 1 - Message Body When $top Is Not Used
Pagination results ($top) default to 25 records per page. When a $skip is sent in the initial request without $top, the nextLink will add 25 to the original $skip value. If $top is less than 25 records, a nextLink will not be included, because one is not needed.
Figure 2 - Message Body When Initial Query Used $skip=30 – 30+25=55
The links follow the configurable RETS Profiles Max Records setting, which defaults to 2,500 records.
Figure 3 - Message Body When Initial Query Used $top=150000&$skip=160000
Figure 4 - Second Message Body When Initial Query Used $top=150000&$skip=160000

Paragon 5.961 Release Enhancements
Updated on: 6-16-2023 MS Word Doc: 5.961 Release
Corrected Paragon Issues
Ticket# Module Organization Summary
DEV-10069 View/Reports All New T/OH elements always left-justify
DEV-10055 Admin All Paragon: Admin>Agents and Offices images are overlapping in information screens.
DEV-9995 PowerSearch All Price range not finding results in Power Search unless low price contains a comma
DEV-9988 Tour/Open House All Collab Center blue Open House banner cleanup
MLS Customizations and Administration
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
No changes for Admin
Agent Level Changes Paragon Professional
The following section contains some changes that are active system wide, and some may only be available to users based on their assigned security levels.
Statistical Reports – AvgSP and MedianSP added to Market Activity by Location
Per customer request, the Market Activity by Location and Month report now includes the average sale price (AvgSP) and median sale price (MedianSP) in the Sold Listings section.
Collaboration Center
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Collaboration Center – Remove Open House info banner.
To clean up the appearance of the open house information on photos, the Collaboration Center-specific info banner was removed. The banner displayed inconsistently, and if the text watermark was enabled at the bottom of the photo, the banner overlapped the text watermark, causing the appearance of duplicate text. The Open House text watermark information will still display, if enabled, and Open House information will display in the Collaboration Center detail view.
Collaboration Center – Include Secondary email on Seller Email Report
If a contact’s record includes the option to include the spouse/secondary email on notifications, the Sell Side > Seller Report will now include that secondary email address in the email notifications.
Paragon Connect
The following section contains changes that are active system wide and available to users based on their assigned security levels.
New Near Me Search
Busy agents need super-fast access to find listings when they are out in the field, so we added a new one-click option to find listings near you, wherever you are. On the initial landing page there is a new map icon in the top menu bar that uses your current location to open the map centered on your location and displays listings near you. This search option uses your default multi-Class search form to allow access to all listing. From the map you can use the new Criteria Filter to quickly change your search parameters to find just the right properties you need.
You can also access this new Near Me search option from the Dashboard Quick Actions and from the Properties Search menu.
Corrections and Improvements
• Correction so Quick Searches saved in Paragon Pro are available within Paragon Connect – My Saved Searches
• Correction to display the Contact photo when displaying unread messages from the Dashboard.
Paragon Affiliate Connect
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Corrected Paragon Affiliate Connect Issues
No changes for Affiliate Connect

Paragon 5.960 Release Enhancements
Updated on: 6-5-2023.
Download MS Word Doc: 5.960 Release Notes
Corrected Paragon Issues
Ticket# Module Organization Summary
DEV-9955 WEB-API OpenHouseStartTime field only shows Null value
DEV-9919 Statistics All Stats Reports - Mkt Activity by Location: Fix the median calculations
TK-14112 LIM BCAR - Baldwin County AOR Some required fields are not highlighting on LIM form.
DEV-9692 Search All New Report objects for T/OH does not behave like the action icon behavior.
TK-13700 Admin IMLS - Intermountain MLS, REALCOMP, TCAOR System preventing admin from saving field changes based on Logical Field number range.
TK-13378 Email NJMLS Sent Messages "End" date search criteria doesn't filter based on "Date" displayed in results grid.
TK-9378 Email BCRES - REB2 Residential, Edmonton Email Font Size Changes after Email is Sent when Hyperlink is included.
MLS Customizations and Administration
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Admin – No Changes in admin
Action Item:
Agent Level Changes Paragon Professional
The following section contains some changes that are active system wide, and some may only be available to users based on their assigned security levels.
No Changes In Paragon Professional
Collaboration Center
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Collaboration Center – No changes to Collaboration Center
Paragon Connect
The following section contains changes that are active system wide and available to users based on their assigned security levels.
Driving Directions for Multiple Listings
The Driving Directions option has been expanded to allow support for multiple listings. Driving directions were previously available for a single listing. Users may now select multiple listings on their desktop or mobile device to use Google Maps for plotting directions between listings.
Corrections and Improvements
• Correction for the Sqft/Acreage field label displayed on the Detail View.
• Correction for listing photos that do not display on Hotsheet results.
• Adjustment to cursor placement when modifying date range values.
• New option to rename existing Hotsheet searches.
• New access to maintain Tours & Open Houses from the Published listing’s results view.
• New access to modify personal phone preferences under Settings.
Paragon Affiliate Connect
All options in this section are either configurable via MLS Administration controls or by your System Support Manager as noted.
Corrected Paragon Affiliate Connect Issues
Ticket # Module Summary
No Changes to Affiliate Connect