Question

Data transform is not setting the output parameters
I am trying to send the parameters to an utility shape by setting them in the data transform that is defined on the connector shape that connects this utility. But I see that even though the data transform is getting executed the parameters are not being set on the parameter page. Instead I see the parameters with blank values on the parameter page. Can any one help me in solving this.
-
Like (0)
-
Accepted Solution

Hi All,
I have spoken with the Pega team on this and they have told that this requires a UI and script change from their end, which cannot be handled with an SR and the change will be available in the next release. Mean they have asked to set the values on the primary page instead of parameter page.

Hi
Are you facing the similar kind of issue discussed in the SA article : https://community.pega.com/support/support-articles/data-transform-cannot-take-parameter-when-calling-connector

I guess this is some what related to my scenario. In my case the flow that has the utility is in AIG-FW-GCAP-Work-AutoPayVerification class and the parameters of the utility are set in the datatransform that is defined on the connector. That means my parameter page should contain the parameters that are being set in the Data transform when the utility is run. But I see them as blank with on the parameter page

Thanks for your reply. I will try to design something similar and check the behavior once at my end ! By the way, what is the PRPC version you are on ?

Thank you Santanu. We are using the version 7.1.6

Hi
I think I am able to see the issue at my end. I will do more research and get back to you on this.

So,
Can you please let me know is the issue reproducing at your end as well ?

Hi Ravi,
Yes, I can see that the parameter is not passing to utility for some reason. I am digging more onto it and get back to you on this soon.

Thanks for the confirmation Santanu. Shall we raise an SR to track this, because we have to implement in our project and the dead lines are approaching.

Hi
Yeah, i think an SR can help here . Please raise an SR and give this post URL to the engineer so that they can go thru the discussion and understand the issue.

Please reply to this thread with the number of the SR that you raised as well.
Thank you!
Accepted Solution

Hi All,
I have spoken with the Pega team on this and they have told that this requires a UI and script change from their end, which cannot be handled with an SR and the change will be available in the next release. Mean they have asked to set the values on the primary page instead of parameter page.

Could this workaround help in the meantime?
https://community.pega.com/support/support-articles/unable-pass-parameters-data-transform-flow-data

I have seen this issue for Data Transform not only defined in the Data class but also in the work class as well. I didn't try with this approach, instead I have set the values on the primary page and that was working.