Author Topic: Strategy- Multiattach and its retrieval  (Read 2197 times)

Chan

  • Guest
Strategy- Multiattach and its retrieval
« on: December 05, 2008, 12:34:36 PM »
Hi There
In my stratagey I have a MULTIATTACH object for which I have assigned 2 key/value pairs under the "Update" button. Let us say

Key - Value
K1 - P1
K2 - P2

I am trying to retrieve those Keys in the default page which was written in  .ASP on the genesys box. Based on those values it will be directed to another J2ee application.

I am able to retrieve K1 value but not K2.

I am using Request.QueryString("K1") which is working fine. But when I again use
Request.QueryString("K2")  it is not fetching anything.  I am not sure what I am missing here..

Since this is  a multi attach do we have retrieve differntly as ListObject or sth ?? Would some one kindly give me some examples. I appreciate your help.