Loading...

Pass values from qListForm on current page to qMultiselector on next page

Pass values from qListForm on current page to qMultiselector on next page

  • This topic is empty.
Viewing 2 reply threads
  • Author
    Posts
    • #5257
      Anonymous
      Anonymous
      Participant

      Hi Hunar,

        Use the same session name value on both pages. Please remember that the session name is case sensitive.

    • #4250
      Anonymous
      Anonymous
      Participant

      Hi

      We have a page with a qMultiselector web part having 3 selectors and a qCalendarView web part. The calendar displays data based on the values in the multiselector.

      We are using 3 lists. The first selector displays the first list and the second selector displays the items from the second list that correspond to the item that we select in the first selector and so on for the third selector. On 2nd and 3rd selectors we have set the Parent Field Name and Filter Field Name.

      Now we would like to navigate from the Edit page (that uses a qListForm) to the Calendar Page. The qListform uses a 4th list and has 3 lookup fields for the 3 lists (the ones we are using for qMultiselector). We need to pass the values from these 3 columns on Edit Page to the Calendar Page, so that the values selected on the Selectors are the ones on the Edit Page.

      Is there any way to do that?

      – Hunar

    • #5992
      Anonymous
      Anonymous
      Participant

      Hi ,

      Yes we did try out with session as well as passing the values through http parameters. But the problem is that selectors do take those values but show ONLY those values in the dropdown instead of displaying all the items from the respective lists that they are supposed to lookup from.

      We just want that the SELECTED value from the dropdown list should be the one from the previous page.

      The session gets updated only after we change the selection on the selectors on Calendar page. So the session actually gets updated on the Calendar page. So if we change the selection in selectors on the Calendar page, the session values get updated. Next if we go back to Edit page and then come back AGAIN on calendar page, it shows values that we had changed to earlier and not the values on Edit Page. Can the session be updated on the Edit page somehow?

      – Hunar

Viewing 2 reply threads

You must be logged in to reply to this topic.