Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Background

The CloudCare instance viewer is a (currently feature flagged) tool that will allow you to view the current state of the instance XML as you perform form entry. You can view either the XML structure itself with values filled in, or the questions in a pretty UI. Further you can enter XPath's to see how they evaluate against the current XML structure.

Activation

You can activate this feature via the Feature Flag UI under the Admin tab

Questions

Form entry is performed as usual

Question Viewer

You can view a list of the current questions and the current responses. This is useful for complex calculations in hidden values, obviating the need for debug labels. 

XML Viewer

The XML viewer shows the same information as above, but also allows you to see the current tree structure. This can be useful for debugging complex XPath traversals. 

XPath Evaluator

This dialog allows you to entry plain text XPath that are evaluated against the current instance. 


  • No labels