2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【Pega】データページから値を取得する方法

Last updated at Posted at 2022-04-14

1.はじめに

本記事では、データページから値を取得する方法を紹介します。

2.事前準備

2.1 データタイプを作成し、学生情報を登録しています。
    ・データタイプ:Student
image.png

2.2 学生情報を取得するデータページを作成します。
    ・データページ:D_GetStudentPage
    ・検索キー:ID
image.png
image.png

2.3 学生情報を格納するプロパティを作成します。
    ・Student1
    ・Student2
image.png

3.学生情報取得(アクティビティ)

アクティビティで学生情報を取得します。
・方法①:事前に検索キーを指定し(Param.ID)、データページの情報をセットします。(データページにパラメータ指定不要)
・方法②:データページにパラメータを指定したうえで、取得した情報をセットします。
image.png

4.結果確認

アクティビティを実行し、クリックボードの値を確認します。
image.png
image.png

・Pega Platform環境

 Pega 8.6.1

・キーワード

 Get values from data page in Pega

・日本語 ⇔ 英語

 データタイプ ⇔ Data Type
 データページ ⇔ Data Page
 プロパティ ⇔ Property
 アクティビティ ⇔ Activity

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?