Loading...

Using Session in Documents list

Using Session in Documents list

  • This topic is empty.
Viewing 6 reply threads
  • Author
    Posts
    • #4964
      Anonymous
      Anonymous
      Participant

      Hi,

        Would you mind to share with us your SharePoint and QWP version? Also if you can export your lists and web parts and some screenshots and attach them to the tread would help.

      For the Save error it looks like the web part expects an HTTP parameter called ID (i.e. …yourpage.aspx?ID=123) and the ID is not provided. Also I'm wondering why the error happens on AllITems.aspx page.

      Thanks,

    • #5802
      Anonymous
      Anonymous
      Participant

      , I have attached the info you requested to the original discussion above.  Let me know if there is anything else you need.

      Thanks!

    • #5803
      Anonymous
      Anonymous
      Participant

      We have updated our QWP to 5.7 version.  Now the fields I want to consume from the session work in the Project Documents list however I still receive the ID HTTP parameter error aftering uploading and saving the new document and return to the item display form. 

    • #5805
      Anonymous
      Anonymous
      Participant

      Hi I'm working with Megan to fix this issue we're having.  We aren't building this URL it's generated either somehow on the Upload screen because if I click upload and then hit cancel I get the same error.  I created a completely dumbed down doc library and list and did nothing fancy with either but trying to link the two and I get the same exact error.  I created a test list that has a qListView on the list's display page displaying the documents that have the same value in the document's Test ID field as the list's ID field.  When I click upload from the qListView (of the document library) on the list item's display page and simply click cancel I get this error.

      error.jpg

      here is the URL of teh page:

      http://devportal/Lists/Test/DispForm.aspx?ID=1,http%3A%2F%2Fdevportal%2FLists%2FTest%2FAllItems%2Easpx

    • #4246
      Anonymous
      Anonymous
      Participant

      I have a list that when in the Default Display Form mode of a list item there are qListView web parts for Notes and Tasks.  I use a session and capture the ProjectID and ProjectName field to link the Notes and Tasks to the original project item.  I want to also do this with documents since there could be considerable documents attached.  I did the same process, I updated the Default Edit Form to include the two fields and used the session to consume the values.  However, the session does not work, it is just a null value in the field.  Also, after uploading a document and hitting Save, I get the following error for my item display form. 

      “The following error occured: 3, http://portal/apps/projects/Lists/ProjectRequest/Allitems.aspx specified in the ID HTTP parameter is invalid ID for an event.”

      Any ideas?  I would assume this process should work for a document as it does for a note and task. 

    • #5806
      Anonymous
      Anonymous
      Participant
    • #5804
      Anonymous
      Anonymous
      Participant

      Hello,

        From the attached doc I see the error in the URL, between ID=4 and http there is a comma and this causes the error.

      Ho do you build this URL?

      DispForm.aspx?ID=4,http%3A%2F%2

Viewing 6 reply threads

You must be logged in to reply to this topic.