Refresh List View

Raghu Loganatha
Kilo Guru

Hi,

I have a requirement on the list view.

Requirement is that list should get refreshed when ever any user makes a change on a particular field on list view. How do i trigger the list view refresh ? and how do i navigate to the same page where the action was first initiated.

Thanks

7 REPLIES 7

Shishir Srivast
Mega Sage

Please try something like this:


GlideList2.get("incident").refresh();


divya mishra
Tera Guru

If changing particular field then :



write an onchange client script of that field.


then do a location.reload();



Let me know if this was helpful


Have a great day ahead


divyamishra if you will write location.reload() in onchange() then it will not refresh the list , it will refresh the form.


refer the link that i had shared .