View a Status Board's XML
In some instances, it may be beneficial to view the raw XML data that is provided to a status board before it is converted into HTML. For example, this would be especially helpful when using certain advanced features such as <if>, <value-of>, and other tags.
To view the raw XML data for a status board
-
In the main menu, click the workflows icon
. The Workflows page opens. - On the Boards tab, click the the board you wish to use.
-
If using Internet Explorer, press Ctrl + N while viewing the status board. A new browser window opens.
-
If using Chrome, right-click the top navigation bar and select Show as tab. An editable address bar opens.
-
If using Firefox, right-click the view and then choose This Frame. From there, select Open Frame in New Tab. An editable address bar opens.
-
In the address bar, change board.aspx to boarddata.ashx.
-
Add &command=xml to the end of the query string (URL). Press Enter.
-
All incident-independent data is shown. If you need data that is incident-dependent, locate the <incidentlist> tag. The current incident should be listed here, along with its ID.
-
Add &incidentid=[incidentid] to the end of the query string (URL). Press Enter.
Before:
http://localhost/eoc78/boards/board.aspx?tableid=6&viewid=45&uvid=1.13
After:
http://localhost/eoc78/boards/boarddata.ashx?tableid=6&viewid=45&uvid=1.13&command=xml&incidentid=1