Greetings,
I'm getting a query result in a $xavp. I'm trying to copy the entire structure to a new $xavp like this : $xavp(Valid_Acd_Results) = $xavp(ACD_Query_Result[$var(iterator)]);
However, i can't retrieve the value with : xnotice(" Mode = $xavp(Valid_Acd_Results=>TBK_AcdMode)"); since it returns NULL. Am i doing something wrong?
Thanks