Piece of Attached data - Help pls

Hi There
What are the different ways to retrieve piece of attached that comes from the Strategy. I appreciate if some one can provide me some examples.

After attaching the data in the Strategy, would there be any configuration changes need to be done so that data passes back to VCS.

If you are using VCS, I’m guessing you are also using TserverIVR?
You need to look into TserverIVR log to see your expected attached data.

1 Like

Thanks for your reply. I do see the KVPs in the Tserver logs. That is why I am kind of wondering where it is missing ? I appreciate any of your further insight into this.

No, but must capture it again in a variable for use it.

Thanks Cavagnaro
I am usign the following one..

String CRData_get = “CRData:get”;

This is bring back an XML result as success but in the XML it doesn’t have any KVPs. That is really puzzling me.

If you are using Studio, you just define the KVP as a varible and it gets the user-data for you. If you look at the includes provided from Studio, you can see how it does this.

2 Likes