Why can I not close my form after adding a SharePoint list view?


Badge +1

I have a list form which has both Save and Close buttons that are set to the defaults. They work fine when I don't add a SharePoint list view control. But once I add one and hook it up to a filter, both of these buttons do nothing other than redirect me back to the form itself.

Environment: SharePoint 2010, Nintex Forms


5 replies

Userlevel 5
Badge +14

looks like you have an error on the page.

don't you get a list of validation errors at top of page?

check developer console for any errors.

Badge +1

No validation error messages are shown, nor should there be according to my form logic. No sign of errors in the developer console.

I do have more information on this error, however.

This loop only occurs if I filter the List View with a value from a control.

216790_pastedImage_1.png

If I use a specified value, or a CAML query, there is no loop and I can submit and cancel as normal.

Userlevel 5
Badge +14

what's the value of Request_ID control? - add a calculated value control on the form and configure its formula to return value of Return_ID control.

is any or both of 'filtered by' and 'where field' lookups?

what exact forms version are you on? this I can eg. see in release notes to be addressed a year ago

  • Fixed an issue where the List View control with a filter may stop items from being saved (00108311; 00135720)
Badge +1

Forms version is 1.9.0.0. I see that the fix was implemented in 1.12.1.0 so I guess this is where my problem is.

For the record, the 'where field' is in fact a lookup.

Userlevel 5
Badge +14

yeah, I would suggest to upgrade first.

Reply