Data transform rules
The data transform rules are extension points that allow for customization of behavior of certain features. Copy each data transform rule into your implementation layer (ruleset) and update as required.
Pega Foundation for Financial Services
The following table lists the data transform rules and its
purpose in Payment Exception Recovery application.
Data Tranform Rules
Data Transform name | Applies to Class | Purpose/Feature |
CreateExceptionCases_Ext | PFSA-PER-Work-PaymentException | Data mapping from Claim to Payment Exception case |
EvaluateDisputeValidations_Ext | PFSA-PER-Work-PaymentException | Apply additional dispute validations |
EvaluateLowValueWriteOffSetup_Ext | PFSA-PER-Work-PaymentException | Low Value Write Off |
EvaluateProvisionalCredit_Ext | PFSA-PER-Work-PaymentException | Provisional Credit |
ExceptionSubmissionSLADeadline_Ext | PFSA-PER-Work-PaymentException | Set SLA deadline for Exception Submission step |
ExceptionSubmissionSLAGoal_Ext | PFSA-PER-Work-PaymentException | Set SLA goal for Exception Submission step |
PostAccounting_Ext | PFSA-PER-Work-PaymentException | Set data after accounting step |
PostSubmission_Ext | PFSA-PER-Work-PaymentException | Set data after Exception Submission step |
PreAccounting_Ext | PFSA-PER-Work-PaymentException | Set data prior to accounting step |
PreSubmission_Ext | PFSA-PER-Work-PaymentException | Set data prior to Exception Submission step |
ResponseMappingExceptionsList_Ext | PFSA-PER-Work-PaymentException | Supports retrieval of Exceptions history for an account (D_GetExceptionsList) |
MapAdditionalDataQnA_Ext | PFSA-PER-Work-PaymentException | Customer Questionnaire |
GetDuplicateCases_Ext | PFSA-PER-Work-PaymentException | Case match/Duplicate case search |
CleanupClaimData_Ext | PFSA-PER-Work-Claim | Post Account/Transaction search data cleanup |
PostExceptionCreation_Ext | PFSA-PER-Work | Data mapping post Payment Exception case creation |
AccountOpen_Ext | PFSA-PER-Data-Account | Supports data retrieval in D_GetAccountDetails |
PayeeBankDetails_Ext | PFSA-PER-Data-Party-PayeeBank | Mapping of Payee Bank attributes for Payee bank party |
GetPayorDetails_Ext | PFSA-PER-Data-Party-Payor | Mapping of Payor attributes for Payor party |
GetPayorBankDetails_Ext | PFSA-PER-Data-Party-PayorBank | Mapping of Payor Bank attributes for Payor bank party |
RemoveSupplementalInfoValues_Ext | PFSA-PER-Data-SupplementalInfo | Reset answers on Supplemental Information step on change of reason code |
OpenTransaction_Ext | PFSA-PER-Data-Transaction | Supports data retrieval in D_Transaction |
GetAccountList_Ext | Code-Pega-List | Supports data retrieval in D_GetAccountsList |
MapDuplicateDepositTransactions_Ext | Code-Pega-List | Supports data retrieval in D_GetDuplicateTransList |
SearchTransactions_Ext | Code-Pega-List | Supports data retrieval in D_GetTransactionList |
Previous topic Data page rules Next topic Decision table rules