Question
NttData
CN
Last activity: 22 Dec 2024 22:02 EST
How to create Page & PageList properties in data class By Activity?
I know how to create text type property by Activity in this post <https://support.pega.com/question/how-create-property-dynamically-run-time>
base on that , I view the xml of existed PageList property , and add the following px-properties in my activity ,in order to create a page type property.
| pyPropertyMode = PageList |
| pyPageClass = xxx-xxx-Data-Test |
| pyDataObjectClass = xxx-xxx-Data-Test |
The Activity end successfully , But property doesn't appear...