You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

PAGEVALID


This system attribute contains a value that represents the validity of the current page: unknown, true, false. 


system.pagevalid (boolean)


The value of this boolean is: 

  • unknown if a page has never been validated
  • false if the page has been validated and it contains errors (and/or warnings that are shown for the first time)
  • true if the page has been validated and all validations are passed successfully


The attribute value is recalculated with every refresh.

Back to Top