ACCEPT

Resource: OpenHouse, Field : OpenHouseDate

Description

OpenHouseDate must be between today and 364 days in the future.

Error Messages

1) ERROR, the date must be less than 364 days in the future.

Fields referenced within this rule

OpenHouseDate 

Syntax with comments and error messages

//[ErrMsg1^ERROR, the date must be less than 364 days in the future.|LogicBlk1^FALSE|LogicBlk2^FALSE]
// The open house date is less than 364 days in the future and the permission access is not of type administrator.
(/*[LogicBlk1]*/FLOAT(DAYS(.ENTRY.,.TODAY.)) < FLOAT(364)).OR.(/*[LogicBlk2]*/.USERCLASS..IN.('BANGG'))

Syntax only

(FLOAT(DAYS(.ENTRY.,.TODAY.)) < FLOAT(364)).OR.(.USERCLASS..IN.('BANGG'))

Rule Unique ID

b01b839e-fa56-4722-a1f6-e6619a4a35fa

Rule Number

3