Supplemental information
The Supplemental Information data type (PFSA-PER-Data-SupplementalInfo) supports the collect supplemental information step in the Claim case type. To create the requisite Questionnaire data type for your new payment type, complete the following steps:
- Log in to App Studio and select Data from the navigation menu.
- 2. From the Data objects and integration landing page, click New.
- In the Data object name field, enter the same name used for the case type.
- Expand the Advanced section and select Supplemental Info from the Reuse assets from dropdown list.
- Select Now in the Define source data field.
- Click Next. A new data type is created.
You can add new properties on the Data model tab which are used to represent questions needed for this step in the process. To make this new the questions available you will need to copy two sections from the base SupplementalInfo data class, SupplementalInfo and FraudQuestionnaire, into your new payment sub-class in Dev Studio. Once you have copied the sections, they can be modified with any new questions that were added to the data model. Finally, you need to update EvaluateSupplementalInfoClass decision table rule. This table set the data class to be used based on the selected transaction type.
- In the header of Dev Studio, search and select the decision table rule EvaluateSupplementalInfo.
- Save the decision table rule into your implementation layer, Claim case type.
- Add a new row and set the name of the Selected Transaction Network to the name of the new payment type.
- In the Return column, set the name Supplemental Info class to use for this payment type.
- Save the rule.
Previous topic Reason and sub-reason codes Next topic Security authorization model