Never mind . I figured it out
var parmvalue = {"collName" : "linknext_userprofiles","id" : localStorage.getItem("linknextuserid")};
return parmvalue;
Interesintgly i did not have to again do a JSON.Stringify . Object could be passed in the request .
Thanks .. I created a pointer column and was able to include the object int he query result
When i try to wire the liocal storage id into this pointer column , record is not being saved .
How do i get the id into this pointer column ? from a local storage .
Regards
never mind , was able to get it to work .. I guess I have to get used to the appery style of wiring the logic.
to put it simply , can you guys share that app you provided the screenshots on your blog .. it will help the developers a lot .Obviously someone wore it and provided the details ..