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

Marking a listing "sold" with a non-member selling agent

How do I update a status to sold when the selling agent is a non-member?

When changing status and you get to the selling agent field click on the button Non-member.  A message will appear asking if you are sure you want to enter a non-member agent/office, click OK.  Six 9’s is the generic code for a selling agent who is a non-member.  The system automatically fills in the 9’s in the agent/office ID fields.  You will need to manually enter the selling agent’s name and office name.  Click the save button when finished.

Non member selling agent clip 2

  • 31
  • 28-Sep-2017
  • 909 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; }); });