RE_ListingDetail
QuestionDescriptionResponseTypeFormatTextHelpPreLogicPostLogic
CaseIDCase IdentifierTEXT30Unique IdentifierThis is the unique identifier for the entity. It is associated with each attribute for the entity.if (NewCase('$val')==1) { $sql=~insert into Responses (CaseID, qID, rValue, uID, rOK) ~ . ~values ('$val','RE_Id','$val','~ . $_SESSION['UserId'] . ~', '2')~; $stat=ExecuteSQL($sql); SetCaseForm('$val','RE_ListingDetail'); return 1; }
CaseTypeType of caseCSTypeDROPDOWNTypeThe type item distinguishes different types of cases for subsequent processing.
CaseFirstNameFirst nameTEXT25First NameIf the name of the client is non-missing and needs to be changed (other than spelling) you should return to the search screen and create a new case.
CaseAddress1Address line 1TEXT50Address line 1
CaseCityCityTEXT25City
CaseStateStateStateDROPDOWNState
CaseZIPZIP CodeTEXT10ZIP Code
RE_MapReal estate map linkTEXT1024Map linkThis field may contain a Google Maps link or local link to a map of the property.
RE_ShortDescriptionReal estate short descriptionTEXTAREA255Short DescriptionThis field should use standard abbreviations such as: br (bedroom), ba (bath), ac (acreage), etc.
RE_PictureReal estate main pictureTEXT80Picture URLThis should be in the form: img src = address
RE_PicturesReal estate picture locationTEXT255Pictures addressThis field identifies the URL of pictures for the property in the form of href=../inc/DirList.php?dir=../upload/LucasProperties/`property folder`
RE_PurchasePriceReal estate purchase priceTEXT10Purchase price
RE_PurchaseDateReal estate purchase dateDATE10Purchase date
RE_SalePriceReal estate sale priceTEXT12Sale price
RE_ExpensesReal estate expensesTEXTAREA255Expenses detailThis field should contain a listing of the types of expenses incurred ABOVE the original purchase price.

This is descriptive. Actual enumeration of expenses should be done using the PropertyExpenses tab.

RE_ExpensesTotalReal estate expenses totalTEXT10Expenses total
RE_ForSaleReal estate for sellYesNoRADIOFor sale
RE_ForRentReal estate for rentYesNoRADIOFor rent
RE_RentPerMonthReal estate rent per monthTEXT10Rent per month
RE_RentInclusionReal estate rent inclusionTEXTAREA255Rental fee includesThis field should clearly state what is included in the rent amount. By default, items not listed are NOT included in the rent.
RE_AvailableReal estate availableYesNoRADIOAvailable
RE_SellRentDateReal estate sold/rented dateDATE10Date sold/rentedif (GetVal('RE_Available')=='2') $stat=DateCheck('2006-01-01','$val',NOW()); else $stat=1;
RE_RentBegDateDate rental period beginsDATERADIORental period beginning date
RE_RentEndDateDate rental period endsDATERADIORental period ending date
CaseFolderCase folder for documents and other materialTEXT80Case Folder
CaseNotesNotesTEXTAREA2048Notes