You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements an Auto Save Draft feature for ServiceNow Catalog Items. It automatically saves the user’s progress (form variables) every few minutes to prevent data loss if the session times out or the browser closes. it Prevents data loss during long form filling.
2
+
3
+
4
+
5
+
features
6
+
Auto-save catalog form data every 2 minutes.
7
+
Stores draft data in a custom table.
8
+
Restores saved data when the user reopens the catalog item.
0 commit comments