Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
if (color.value === 'red') {   
    color.value = 'blue'; 
} 

No execution error will be logged in  server log files (see rule debugging ). The rule will simply not be executed.The rule will simply not be executed and you will find these errors in the frevvo.log file.

Code Block
21:41:42.812 |-INFO [RuleProcessor] - [set color blue] rule dependency 'color.value' because the same control property is also being assigned: 'color.value = 'blue';'
21:41:42.812 |-WARN [RuleProcessor] - [set color blue] This rule will never be triggered in this form because no valid dependencies were found!