Resource: Property, Field : OnMarketDate
Description
OnMarketDate is set when status is set to active.
Fields referenced within this rule
OnMarketDate
SellerInstructedToExcludeYN
StandardStatus
Syntax with comments and error messages
// Check for administrator bypass...
(.USERCLASS..IN.('BANGG','BANGK','BANGL','BANGM','BANGN','BANGP','BANGQ')).OR.
// Available and not administrator bypass and...
(SellerInstructedToExcludeYN = .TRUE.).AND..NOT.(.USERCLASS..IN.('BANGG','BANGK','BANGL','BANGM','BANGN','BANGP','BANGQ')).AND.
// status is 'inactive' or changing to 'active'.
(IIF((StandardStatus != .EMPTY.),(StandardStatus.IN.('I')),(.TRUE.)).OR.(IIF((.OLDVALUE. != .ENTRY.),(StandardStatus.IN.('A')),StandardStatus = .EMPTY.)))
Syntax only
(.USERCLASS..IN.('BANGG','BANGK','BANGL','BANGM','BANGN','BANGP','BANGQ')).OR.(SellerInstructedToExcludeYN = .TRUE.).AND..NOT.(.USERCLASS..IN.('BANGG','BANGK','BANGL','BANGM','BANGN','BANGP','BANGQ')).AND.(IIF((StandardStatus != .EMPTY.),(StandardStatus.IN.('I')),(.TRUE.)).OR.(IIF((.OLDVALUE. != .ENTRY.),(StandardStatus.IN.('A')),StandardStatus = .EMPTY.)))
Rule Unique ID
ef6eaf8e-292a-4e8c-975a-856aa1b6da18
Rule Number
158