I have a list view control on my Nintex form. I also have a button that displays the "children of the form"
. The button adds a child to the parent.
I need to be able to refresh the list view after the child is added. I found this.
https://community.nintex.com/thread/8539?q=Refesh%20a%20list
but it relies on a hard coded id so is not going to work across different sites.
I found this
Henry Chong - Nintex Forms - Refreshing the List View Web Part Programmatically / Modal Dialogs
But the call to
var ListViewWPClientID = NWF$('div.ListViewWebPart a[FilterString]:first').attr('FilterString');
returns an undefined in ListViewWPClientID. And yes I have my css class set in the list view control.