Daten in einem Datenbestand speichern
Archived
3 Aufgaben
10 Min.
Szenario
Anstatt nicht registrierte Benutzer automatisch abzuweisen, möchte der Programm-Manager für den Pannenhilfedienst Benutzern, die eine Serviceanfrage stellen, eine Option anbieten, damit sie sich registrieren können. Konfigurieren Sie den Genehmigungs-/Ablehnungsprozess so, dass der Mitgliedsstatus eines Kunden aktualisiert wird, wenn er sich für das Pannenhilfeprogramm registriert. Erstellen Sie eine Datentransformation, um den Kundendatensatz in eine speicherbare Datenseite zu kopieren und den Mitgliedsstatus und die Deckungsstufe zu aktualisieren. Fügen Sie dann einen Step vom Typ „Save data page“ hinzu, um den Kundendatensatz in der Datenbank zu aktualisieren.
In der folgenden Tabelle finden Sie die Anmeldedaten, die Sie zur Durchführung der Challenge benötigen.
Rolle | Benutzer ID | Kennwort |
---|---|---|
Application Developer | author@gogoroad | pega123! |
Challenge-Schritte
Genaue Übungsschritte
1 Create an Update customer enrollment data transform
- In Dev Studio, from the Navigation pane, click Data types.
- Expand Customer and click Savable Customer to open the Savable Customer data page.
- In the Data Sources section, in the Response Data Transform field, enter UpdateCustomerEnrollment.
- To the right of the Response Data Transform field, click the crosshairs icon to open the Create Data Transform field.
- Click Create and open to create the data transform.
- Delete any existing rows.
- In the first row, keep the default Action value as Set.
- In the Target field, enter or select Primary.Enrollment.
Tipp: Use Primary to explicitly set the context for the step to the data page that called the data transform.
- In the Source field, enter or select true.
- Click Add a row.
- Keep the default Action value as Set.
- In the Target field, enter or select Primary.CoverageLevel.
- In the Source field, enter or select pyWorkPage.CoverageLevelElected.
- Click the Pages & Classes tab.
- In the Page name field, enter pyWorkPage.
- In the Class field, enter or select GoGo-GoGoRoad-Work-AssistanceRequest.
- Click Save to save the data transform.
- Return to the Savable Customer data page.
- Click Save to save the data page.
2 Add a Save data page automation to the Approval Rejection process
- From the Navigation pane, click Case types.
- Click Assistance Request to open the Assistance Request case type.
- In the Approval Rejection process, click Configure process.
- Click Add a flow shape > Automations > Save data page.
- With the Save data page automation selected, in the properties pane, enter or select D_CustomerSavable.
- In the Parameters section, in the pyGUID field, enter or select .CustomerID.pyGUID to pass the unique identifier for the current customer record to the savable data page.
- Click and drag the Collect enrollment information connector to the Save data page automation.
- Hover over the Save data page automation and drag the connector to the Change to a specific stage step.
- Click Save to save the Approval Rejection process.
- Click Stages & steps to return to the Assistance Request case type.
3 Confirm your work
- In the Navigation pane, click Data types.
- Click the Record icon to the right of Customer to open the records of the Customer data type.
- For testing, identify a Customer record that is unenrolled.
- Click the Assistance Request tab to return to the Assistance Request case type.
- Click Save and run.
- Advance past the Create view.
- In the Enter customer information view, select the Account ID of the unenrolled customer you identified.
- Advance the case to the Approval view.
- Click Reject. The Prompt for enrollment view is displayed.
- In the Prompt for enrollment view, click Yes, I want to enroll, then click Submit.
- In the Collect enrollment information view, select a coverage level, then click Submit.
- Click the GoGo-GoGoRoad-Data-Customer tab to return to the list of Customer records.
- Click Actions > Refresh to refresh the information.
- Verify the customer is enrolled with the coverage level you selected.