Resource: Property, Field : ListingContractDate
Description
Warning will appear when the ListingContractDate is not today or more then 30 days out.
Error Messages
1) WARNING, the 'Listing Contract Date' field must be today or no more than thirty days ago.
Fields referenced within this rule
ListingContractDate
StandardStatus
Syntax with comments and error messages
//[ErrMsg1^WARNING, the 'Listing Contract Date' field must be today or no more than thirty days ago.|LogicBlk1^FALSE|LogicBlk2^TRUE|LogicBlk3^FALSE]
// The listing contract date is today or not more than 30 ago and the standard staus has transitioned to active or...
((/*[LogicBlk1]*/FLOAT(DAYS(.TODAY.,.ENTRY.)) < FLOAT(30)).AND.(/*[LogicBlk2]*/((LASTStandardStatus = .EMPTY.).OR.(LASTStandardStatus.IN.('I'))).AND.(StandardStatus.IN.('A')))).OR.
// the standard status is not transitioning is from empty or 'incomplete' to 'active'.
(/*[LogicBlk3]*/.NOT.(((LASTStandardStatus = .EMPTY.).OR.(LASTStandardStatus.IN.('I'))).AND.(StandardStatus.IN.('A'))))
Syntax only
((FLOAT(DAYS(.TODAY.,.ENTRY.)) < FLOAT(30)).AND.(((LASTStandardStatus = .EMPTY.).OR.(LASTStandardStatus.IN.('I'))).AND.(StandardStatus.IN.('A')))).OR.(.NOT.(((LASTStandardStatus = .EMPTY.).OR.(LASTStandardStatus.IN.('I'))).AND.(StandardStatus.IN.('A'))))
Rule Unique ID
7ab6a5cc-93be-4761-b3cc-81c494141256
Rule Number
117