0
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】大量Propertyの一括生成

Last updated at Posted at 2022-05-11

1 はじめに

システム開発中に大量Propertyを作成する作業がよく発生し、手動で作成するとかなり時間がかかると思う。
本記事では、PegaのWizardを経由し、Propertyを一括生成する方法を紹介する。

2 Property一括生成のXSDファイルを用意する

Wizardを利用する前に、XSDファイルで作成したいPropertyを定義する
※Single Page、Page Group、Page Listなど、構造が複雑なPropertyは作成できない
image.png

3 WizardでPropertyを一括生成する

3.1 Connector and Metadata Wizardを開く

image.png

3.2 Purposeを設定する

Purpose:Generate Data Mapping Rules
Metadata Type:XSD
Ruleset情報は状況におじて設定する
Base Class:Propertyの作成Class階層を設定する
image.png

3.3 Local File Nameを選択し、事前に用意したXSDファイルをアップロードする

image.png

3.4 Propertyの所属Class(BulkCreateProperty)をチェックする

image.png

3.5 作成するRule Typeを選択する(ClassとProperty)

image.png

3.6 作成するRule一覧が表示される

image.png

3.7 Ruleの作成結果が表示される

image.png

5 結果確認

XSDファイルで定義したPropertyがすべて作成されたことを確認できる
image.png

・Pega環境

 Pega 8.6.1

・キーワード

 How create properties in bulk in Pega

0
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
0
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?