Reload the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2017 05:19 AM
How can I reload the form whenever one field value changes??
I have a dummy field, which changes value according to the approval(when approved the value is 1, when rejected 2). Now, I want the form to be reloaded implicitly every time that dummy field value changes.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2017 05:39 AM
Hi Rishi,
I feel the dummy field is being changed from the server side code. so when do you want it to be refreshed?
mainly the below statement is used to reload a form.
reloadWindow(window);
Please refer to this post for more informations.
Regards,
Souren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2017 05:41 AM
Hello Rishi,
You can create a OnChange client script and change the field value based on the input of other fields.
http://wiki.servicenow.com/index.php?title=Client_Scripts
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2017 06:21 AM