I know it is possible to create Enhanced views now in DataMiner to show data pages of a particular element inside the view card, but I can\'t find any results about \"Enhanced view\" in the help.
How do I create such a view?
Hi Alexander, we still need to create the help and training for this.
Enhanced views are part of an EPM setup.
To create an enhanced view:
-Add custom properties to the surveyor view card: "System Name" contains the display key, "System Type" contains the cell name as present in the EPM Manager driver.
-Add viewImpact option to the ColumnOption in the EPM Manager driver, this column is a string parameter column, the value of this parameter is then the surveyor view id (note the DirectView table must not contain this, the original table should only have the option)
-If you want to embed an enhancing element then send an EnhanceViewWithElementRequestMessage with the SLNetClientTestTool that maps the element with the surveyor view
*Disclaimer: usage of the SLNetClientTestTool must be done with caution as it might damage the DataMiner setup when used incorrect