Discussion
2
Replies
2701
Views
Posted: June 20, 2016
Last activity: June 22, 2016
How to display a properties value in Pega 7
Hello guys,
I am new to Pega and I am trying to figure out what is most likely the simplest function in Pega.
I want to display the value that I have assigned to a property.
I have in a button attached a data transform that sets a certain property to a dummy value.
All I want to do is print out in a label/text input/text box the value that the property has.
How does one do this?
Also I am using Pega 7.
Thanks guys,
Roberto
Have the button's click event refresh the Section it is in.
Specify that the Data Transform you have written should be executed as part of that refresh.
In the same Section display the value of the property that the Data a Transform sets.
Use some property that all classes inherit such as pyNote or pyDescription.