The CreatorCon Call for Content is officially open! Get started here.

Need to know how following alert (Do you want to save your changes before leaving this page?) is calling from out of box "form" widget.

HR Rajashekar
Mega Expert

Hi All,

I would like to know , how will below mentioned alert will trigger when page is not saved and moving on to another page

This alert is coming from "Form" widget( out of box ).

find_real_file.png

Could any one help me out on this.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Rajashekar,

I think this message comes in form as well whenever you change something and are about to leave the page

so it must be coming from platform level and as a developer you may not have access to it

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

6 REPLIES 6

AbhishekGardade
Giga Sage

hello Rajshekhar

it is a system property that is responsible for popping up this alert.

Check out this system property. :  glide.ui.dirty_form_support

Please mark as Correct Answer/Helpful, if applicable.
Thanks!
Abhishek Gardade

 

Thank you,
Abhishek Gardade

HR Rajashekar
Mega Expert

Thank you All for your response.