Configuring multiple identifiers of one type for entities
You can broaden identification criteria by enabling multiple identifiers of the same type for a single entity. For example, one person may have two passports and use each passport as a means of identification.
In the Dev Studio Explorer panel, click App. In the search field, enter PegaPS-Data-Entity-Person.
Initialize the IdentifiersList property by performing the following steps:
Click
.In the Definition tab, click Add a row.
In the Action column, select Comment. In the Target column, enter a description for the set of steps, for example, IdentifiersList initialization.
In another row, in the Action column, select Update Page. In the Target column, enter .IdentifiersList.
In the substep, apply the CreatePage data transform rule. Ensure that the class name that the data transform rule references matches the class of the identifier that you modify, for example, PegaPS-Data-Identifier-Passport.
Add a second substep and set the .IDType property as equal to the identifier that you modify, for example, "Passport".
In the Application Explorer, click
.From the Layout drop-down list, drag the Embedded section option into the Verification details section.
In the Section Include window, perform the following actions:
From the Page context drop-down list, select Use clipboard page.
In the Class field, type PegaPS-Data-Identifier.
In the Clipboard page field, type .IdentifiersList(1).
From the first Section drop-down list, select By name. From the second list, select IDNumber.
In the Application Explorer, click
.On the Steps tab, in the step that calls the .IdentifiersList page, remove the // label.
Previous topic Changing identifier IDs Next topic Extending profile images