Loading...

qListForm – Error No item exists at

qListForm – Error No item exists at

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

      Hello Mandeep,

      I would suggest you to set the Next Page Url of the qListForm edit form as ".", so that when you click "save & close", you will remain on the same page where you started to edit the list item.

      If you want to go to a specified page after save, you can try to manually navigate to the URL first to see if it is pointing to a valid destination, and make changes if necessary.

      Thanks.

    • #4470
      Anonymous
      Anonymous
      Participant

      Hi

      I am trying to create seperate edit forms for multiple lists. The edit forms open without any error and I am able to make data changes. Error is generated at “Save and Close” button event. There are no custom events or configuration.

      Not item exists at

      mysite/itemEditListForm.aspx?ID=123&Source=mysite

      It may have been deleted or renamed by another user.

      I am able to edit the same list item using Sharepoint OOB edit form, but not withquest form. I am using 5.7 version for quest webparts with Sharepoint 2010. The same error occurs for mutiple lists.

      Thanks,

    • #5316
      Anonymous
      Anonymous
      Participant

      Hi Mandeep

      I assume that you are opening the separate edit form from qListView which aggregates multiple lists and encounter this error. We have seen this happen in the past due to conflict with "ID" as SharePoint uses this in the query string a lot, especially if you are creating edit form by re-using the form pages (by hiding OOTB list form and use qListForm).

      Even if this is not the case, you can avoid this problem by changing your URL query string "ID" parameter to something different, such as "PID" or "OID" and etc. Then you need to launch ezEdit for the qListForm and change the default HTTP paremeter ID (I believe it is under Display tab in the ezEdit window) from "ID" to "PID" or "OID". This should work without seeing this error.

      If the previous assumption is true, then you need to do one more configuration change, in your qListView where you aggregate mulitple List, change the default HTTP parameter ID from "ID" to "PID" or "OID". When you right click on a list item to launch "Edit Properties" or "View Properties", it will launch the right edit form page with the right query string id.

Viewing 2 reply threads

You must be logged in to reply to this topic.