Skip to main content

アプリケーションデータの操作

2 タスク

10 分

Visible to: All users
初級 Pega Platform 8.4 データ統合 日本語
バージョンタグがご希望のコンテンツと一致しているかご確認ください。 または、最新バージョンをご利用ください。

シナリオ

顧客に提供されたサービスの料金のみが請求されるようにするため、プログラム マネージャーはサービスプロバイダによって実施されたサービスのリストをアプリケーションで表示したいと考えています。 このリストには実施されたサービスの名前、サービスの単価、サービスの実施回数、各サービスの総費用、および実施されたサービスの総費用が含まれる必要があります。 Perform serviceフローで、CopySelectedServicesデータトランスフォームを設定し、ServiceケースからAssistance requestケースに実施されたサービスをコピーします。

以下の図は、Assistance requestケースタイプのSelected Servicesページリスト、ServiceケースタイプのServicesページリスト、および提供されるServicesデータタイプとの関係を示しています。

entity relationship diagram services offered

以下の表は、チャレンジに必要なログイン情報をまとめたものです。

ロール ユーザー名 パスワード
アプリケーションデベロッパー author@gogoroad pega123!

このチャレンジを完了するには、Pegaインスタンスを起動する必要があります。

起動には5分ほどかかることがありますので、しばらくお待ちください。

チャレンジ ウォークスルー

詳細なタスク

1 Configure the CopySelectedServices data transform

  1. In Dev Studio, from the navigation pane, click Case types > Service to open the Service case type.
  2. In the Perform service process, click Configure Process.
  3. Click Open process to open the Perform service flow record in the Process Modeler.
  4. In the Process Modeler, right-click the Select services connector and select View Properties to display the Connector properties dialog box.
    Select services connector View properties
  5. In the Connector properties dialog box, in the Set properties area, click Apply data transform to add a data transform to the connector. The dialog updates to display a Data transform field.
  6. In the Data transform field, enter CopySelectedServices to name the data transform.
    connector properties CopySelectedServices data transform
  7. To the right of the Data transform field, click the crosshairs icon to open the Create Data Transform form.
  8. On the Create Data Transform form, click Create and open to display a new data transform record.
  9. Configure the CopySelectedServices data transform.
    1. On the data transform record, from the Action drop-down, select For Each Page In to iterate over the items in a list. A second, indented row labeled 1.1 is displayed on the record.
    2. In the row labeled 1, in the Target field, enter or select .Services to iterate over the items in the Services list.
    3. In the Source column, select the Also use each page as source context check box to use the Services page as the source context to resolve property references.
    4. In the row labeled 1.1, from the Actions drop-down, select When to configure the condition for selecting a row. A third, indented row labeled 1.1.1 is displayed on the record.
    5. In the row labeled 1.1, in the Target field, enter .Quantity>0 to only select rows with a quantity greater than zero.
    6. In the row labeled 1.1.1, from the Actions drop-down, select Append to to append the contents of the selected row to a different list.
    7. In the row labeled 1.1.1, in the Target field, enter pyWorkCover.SelectedServices to copy the contents of the selected row to the Selected services field group in the Assistance request parent case.
    8. In the row labeled 1.1.1, from the Relation drop-down, select current source page to copy the contents of the selected row in the Services field group in the Service case.
      CopySelectedServices data transform definition
    9. On the data transform record, click the Pages & Classes tab to define the pyWorkCover page so that the data transform can resolve the Selected services property reference.
    10. In the Page name field, enter pyWorkCover as the name of the page to define.
    11. In the Class field, enter or select GoGo-GoGoRoad-Work-AssistanceRequest to define the context of the pyWorkCover page as the Assistance Request case type class. 
      CopySelectedServices data transform Pages and Classes tab
    12. Click Save to complete the configuration of the data transform.
  10. Click the open PerformService tab to return to the Perform service flow record.
  11. In the Connector properties dialog box, click Submit to complete the configuration of the Select services connector that runs the CopySelectedServices data transform.
  12. Click Save to complete the configuration of the Perform service flow record.
    Perform service flow

2 Confirm your work

  1. From the Create menu, select New > Assistance Request to create a new case.
  2. On the Create view, click Done to advance the case to the Enter customer information view.
  3. From the Actions drop-down, select Change stage to move the case to a different stage.
  4. From the Next stage drop-down, select Choose a stage. A second drop-down list is displayed to the right that lists the stages defined for the Assistance Request case type.
  5. From the drop-down list of stage names, select Service to advance the case to the Service stage and display the Select services view.
  6. Click Continue to switch the case to the Service stage.
  7. On the Select service provider view, select a service provider and click Submit.
  8. On the Select services view, enter the quantities provided in the following image. Verify that the total cost is USD100.
    Selected services USD100
  9. Click Submit to complete the Select services assignment and resolve the Service case. The Review service summary view is displayed.
    ヒント: You can verify the Service case is set to Resolved-Completed in the Open assignments area.
  10. On the Review service summary view, verify that the Selected services table displays the three rows filled out in the Service case and that the value of the Invoice total field is USD100.
    The Review selected services step, with service data passed from the Service case.
補足: The empty first line in the list is a result of the Selected services list initialization. The empty line is added to the field group list by the pySetFieldDefaults data transform in the AssistanceRequest class. To prevent the empty line from appearing in the list, open the data transform, and delete the line that sets the value of .SelectedServices(1).pyLabel.
補足: In a real-life implementation, ensure that the list of selected services in the Assistance Request caserestricts users from adding or removing items. You can remove the Add item and Delete controls by editing the section rule that displays the list, which is outside the scope of this challenge.


このモジュールは、下記のミッションにも含まれています。

If you are having problems with your training, please review the Pega Academy Support FAQs.

このコンテンツは役に立ちましたか?

改善できるところはありますか?

We'd prefer it if you saw us at our best.

Pega Academy has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice