Question
Ernst & Young LLP
US
Last activity: 21 Apr 2022 4:03 EDT
Pega Client for Windows properties not getting set on refresh with data transform
In Pega Client for Windows whether it is in Offline or Online, I am having issues with the data transform not setting the properties or not refreshing correctly. In the section, I have an autocomplete that is setting the data for 3 other read-only text fields.
I went through various ways to test if there were any issues with the data transform or refresh and these are the results:
- The data transform that is getting referenced in the Action onChange for the autocomplete control is calling a non-parameterized data page. The other steps within this data transform is a simple when condition that is checking to see if a value equals another property and setting 3 properties. Values are not getting set in this scenario.
- I have attempted to have a Run Data Transform action and then a Refresh-Other section on the autocomplete control and the values are still not getting set.
- I have also attempted to refresh the data transform on the Refresh-Other section, but this did not work as well.
- I have also simplified the data transform that is getting called on the refresh action to only set a property, and I do not see the property getting set in the UI.
#1 is the way we want to implement this solution to refresh the data on the UI.
Would anyone have any suggestions of what may resolve this issue in Pega Client for Windows? Any help would be appreciated.