Extending training data
The self-service portal and the case worker portal provide access to training information for each person in the system. Individual training entries contain such information as duration, location, and date of the training. You can add more details, for example, certificate information.
In the Dev Studio Explorer panel, click App. In the search field, enter PegaPS-Data-Training.
Right-click the class and create a property for the information that you want to add, for example, Certificates.
For more information about creating properties, see Properties - Completing the Create, Save As, or Specialization form.
In the Application Explorer, find the PegaPS-Data-Training class.
Click
.On the Query tab, click Add column and include the new property in the column.
Repeat steps 5 through 7 for the PersonTrainingList report definition rule in the PegaPS-Int-Training class.
Include the new property in the Manage training table by performing the following actions:
In the Application Explorer, find the PegaPS-Work class.
Click
.In the repeating grid, add a column for the new property.
For more information about editing sections, see Section form - Completing the Design tab.
Include the new property in the Add/Edit training and View training windows by repeating step 8 for the following sections in the PegaPS-Data-Training class:
- AddTraining
- ViewTraining
Previous topic Configuring PersistObject Next topic Extending associate data