Closed
Data Transform - iterate through Value List and Value Group
Doesn't the Data Transform rule support iterating through a Value List or Value Group property?
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
Doesn't the Data Transform rule support iterating through a Value List or Value Group property?
Hello,
Yes I think if you need to iterate and do so work and actions it would be better to work with Page-List or Page-Group. It is more flexible.
Hi Marc, I have to iterate/append to the OTB value list property: Data-Admin-Operator-ID -> pyAccessGroupsAdditional and hence the need.
Sincerely,
-Sri
Data transform doesn't support iterating through valuelist or valuegroup properties.
There is no other way.
Unfortunately, an activity is needed here. DTs don't support Valuelist and ValueGroup as they are deprecated.
I don't believe that ValueList and ValueGroup are deprecated, but I would not implement any new data structures using these. Rather, I prefer a Page List or Page Group property typed to one of the subclasses of SingleValue-* (e.g. SingleValue-Text, SingleValue-Integer, etc) where I need a list of scalar values.
This of course doesn't help you in this scenario, as you are dealing with the data model of a Pega OTB class.
Although you'd still need an Activity, consider implementing a Data Page to represent the Value List / Value Group data on a Data-Admin-Operator-ID as a Page List / Page Group. This way if you have multiple features that need to iterate over this list, you incur the 'debt' of implementing an Activity only once (at the Enterprise layer), and every subsequent feature can use Data Transforms to iterate over a Page List on the Data Page to reference this repeating information.
Question
Question Solved
Question
Question Solved
Question Solved
Discussion
Question
Question
Question Solved
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.