Skip to main content


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

Extending the PGP configurator

Updated on January 18, 2021

You can extend the PGP configurator by adding more items to it.

By default, you can access the following items through the PGP configurator:

  • Configuration – manage delegated rules, such as decision tables
  • Evaluation criteria – manage all evaluation criteria types and details
  • Review checklist – manage all review checklist types and details
  1. In Dev Studio, create a subclass under the Ext-ExpExplorer-Configuration class.

    For example, Ext-ExpExplorer-Configuration-NewConfig. For more information about creating classes, see Creating a class.

  2. In the new class, create a field value for the label of new item.

    For example, to name the item NewConfiguration, use the following convention: Ext-ExpExplorer-Configuration-NewConfiguration. pyCaption • ExtensionLabel. For more information about creating field values, see Creating a field value.

  3. Save the pyDefault data transform rule of the Pega-Ext class in the new class and set the details for the new item.

    For example, add a label and a rank to set the sorting.

  4. Optional:

    To initialize values that the data transform does not include, save the pyInitializeExtension activity in the new class and modify it.

  5. Optional:

    To dynamically show and hide the new item, save the pyShouldExtensionBeLoaded when rule in the new class and modify it.

  6. Optional:

    To perform post-processing activities after results are fetched, save the pyPostProcessExtensions activity in the new class and modify it.

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