Description:
Steps on how to XOG Read dashboards(a portlet page containing portlets).
Solution:
- Navigate to Studio > Portlet Pages > locate the page to XOG Read.
- Take note of the page ID.
- Click the page and take note of the Content Source.
- Use XOG Read file: pages_read.xml.
The UI(ID, Content Source) will be the (code, source) respectively.
- The produced XOG Write file would provide the entire contents of the dashboard page and all portlets on it.
For example:
If the page to XOG Read is: PMO-Project Status dashboard then modify pages_read.xml to be:
<PageQuery> <Filter name="code" criteria="EQUALS">dashboardProjectStatusFrame</Filter> <Filter name="source" criteria="EQUALS">csk.niku.com</Filter> </PageQuery> Keywords: CLARITYKB, xogread, xogwrite, dashboards
Keywords: CLARITYKB, xogread, xogwrite, dashboards.