Dynamic class referencing
The Payment Exception Recovery application uses dynamic class referencing (DCR) to provide extension points for customized applications. In addition to work class references, you can extend the application data classes, workbaskets, and application settings.
Pega Foundation for Financial Services
The D_AppExt clipboard page
(requestor data page) maintains the references and is sourced by the
LoadAppExtension data transform. The
LoadAppExtension data transform runs the data transforms listed
in the table below:
Data transform
Data transform | Dynamic reference | Customization |
InitializeWorkClasses | Implementation work classes | Required |
InitializeDataClasses | Implementation data classes | Required |
FetchWorkBasket | Implementation workbaskets/queues | Optional |
You must copy the necessary data transform rules to the App Extension data class in your implementation layer to update them for your custom application.
- In the header of Dev Studio, search and select the data transform rule. For example, InitializeWorkClasses.
- Save the data transform into your implementation layer App Extension data class.
- Set the work class in your implementation layer that corresponds with the ESBC
class.The following are the InitializeWorkClasses attributes and default values to be updated:
Work class setting Default value DynamicReferenceForClass(ClaimWC) PFSA-PER-Work-Claim DynamicReferenceForClass(TransactionExceptionWC) PFSA-PER-Work-PaymentException - Optional: Perform steps 1-3 for the other data transform rules of the LoadAppExtension data transform
Previous topic Additional settings Next topic Data page rules