Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

This content has been archived and is no longer being updated.

Links may not function; however, this content may be relevant to outdated versions of the product.

Customizing Visual Business Director (VBD) planner

Updated on March 11, 2021

When you open the VBD planner, the pyGetConfiguration activity under the Data-Decision-VBD-Configuration class gathers the information required to render the VBD planner. This information (dimensions, properties, and KPIs) is retrieved from Interaction History and forms the basis for visualizing decision results. The pyGetDimensions activity under the Data-Decision-VBD-DimensionDefinition class provides a number of customization points.

The description of the properties that represent the dimension determines the labels in VBD planner. If you want to change the default text (label), change the description of the corresponding property under the Data-Decision-IH-Dimension-<DimensionName> class.

You can also customize how dimensions are displayed in theVBD planner. The pySetupDimension activity under the Data-Decision-VBD-DimensionDefinition class can be circumstanced by dimension name. You can override the pyLevels value list to define a different sequence of properties for a given dimension, for example:

  • Circumstance the pySetupDimension activity by property when the pyName is Application.
  • Use the Property-Set activity to set the sequence of level in the application dimension to put the application information at the end of the sequence.
    • Set .pyLevels(1) to pyInteration
    • Set .pyLevels(2) to pyStrategy
    • Set .pyLevels(3) to pyComponent
    • Set .pyLevels(4) to pyApplication

You can set the default level to be displayed for a dimension by overriding the pyDefaultLevel property for a given dimension, for example:

  • Circumstance the pySetupDimension activity by property: when the pyName activity is Action.
  • Use the Property-Set activity to set the default level for the action dimension as group by setting .pyDefaultLevel to pyGroup.

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us