Data page rules
The data page rule instances must be updated to specify the appropriate class of the implementation layer. Copy each data page rule into your implementation layer (ruleset) and update the object type and the lookup class.
Pega Foundation for Financial Services
Data Page Rules
Data Page Name | Purpose | Lookup Class |
D_Claim | Return a single claim | PFSA-PER-Work-Claim |
D_ClaimList | Return a list of claims | PFSA-PER-Work-Claim |
D_FetchClaimsHistory | Return claim history for an account | PFSA-PER-Work |
D_FinalResolutionStatusList | Return resolution status by reason code | PFSA-PER-Work |
D_GetExceptionsList | Returns a list of Payment Exceptions by account | PFSA-PER-Work-PaymentException |
D_Payment | Return a single Payment Exception case | PFSA-PER-Work-PaymentException |
D_Payment List | Returns a list of Payment Exception cases | PFSA-PER-Work-PaymentException |
D_PushAccounting | Write accounting entries to external system | PFSA-PER-Work-PaymentException |
- In the header of Dev Studio, search and select the data page rule. For example, D_Claim.
- Save the data page rule into your implementation layer work pool.
- Set the object type and the lookup class to your implementation layer that corresponds with the Payment Exception Resolution class listed above.
- Perform steps 1-3 for the other data page rules listed in the table above.
Previous topic Dynamic class referencing Next topic Data transform rules