- This topic is empty.
- AuthorPosts
-
- 07/24/2012 at 7:53 am #4964
AnonymousParticipantHi,
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,
- 07/25/2012 at 4:02 am #5802
AnonymousParticipant, I have attached the info you requested to the original discussion above. Let me know if there is anything else you need.
Thanks!
- 07/30/2012 at 3:09 am #5803
AnonymousParticipantWe 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.
- 07/31/2012 at 2:14 am #5805
AnonymousParticipantHi 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.
here is the URL of teh page:
- 07/31/2012 at 2:16 am #4246
AnonymousParticipantI 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.
- 07/31/2012 at 2:16 am #5806
AnonymousParticipantHere is what the form looks like before trying to upload a document:
And it's URL is:
When I click Upload here is the URL:
http://devportal/_layouts/Upload.aspx?List=40c6c201%2Dfb8d%2D4336%2D89b1%2D82229064317e&Source=http://devportal:80/Lists/Test/DispForm.aspx?ID=1&Source=http%253A%252F%252Fdevportal%252FLists%252FTest%252FAllItems%252Easpx&ContentTypeId=0x01005EB7D57568DE9246AD9D42DCC627741EAnd once I upload a document and/or cancel from this upload page that's when the above error appears.
- 07/31/2012 at 7:05 am #5804
AnonymousParticipantHello,
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
-
- AuthorPosts
You must be logged in to reply to this topic.