Visualize
You can use the Visualize feature to visually represent the relationship among different Pega Government Platform entities and/or Investigative Case Management case instances.
The visual representation is a hierarchical network diagram. You can control the depth of the diagram by using the VisualizationDepth property. The applies to class of this property is @baseclass.
The Visualize feature has been implemented by using the Vis.js library. Vis.js is a dynamic, browser-based visualization library that is designed to be easy to use, to handle large amounts of dynamic data, and to enable the manipulation of and the interaction with data. More information about this library is available at http://visjs.org.
The root node of the Visualize feature is the current work object that is being opened. To build the current node, the Visualize feature reads the details from pyWorkPage. Starting with the root node, it builds the child nodes based on the associations.
Previous topic Extending Custom audit and Timeline Next topic Visualize feature custom controls