You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Common View Issues

Sometimes, an agent will open the Tax window and Realist won't look the way they are used to. There are two main parts to Realist: the information entry pane and the viewer. The information entry pane is collapsible and can sometimes seem to disappear. There is a button to push to bring it back:

 

There are 3 main views to use with realist

  • Map

  • Grid

  • Split

 

  • 127
  • 05-Oct-2017
  • 1007 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });