- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2014 11:17 PM
What are the helper functions available in client scripts? Is there a place I can read it from there or I have to have a look at the used client scripts in ServiceNow to get to know?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2014 12:05 AM
Hi catchdini,
Before finding functions of client scripts,its better to see what is API of client scripts in service now.Please go through this once,it is very useful.
Client API Reference - ServiceNow Wiki
Functions available in client scripts of service now is
1.glide form
2.glide user and more
client scripts are mainly useful to do validations on form before its submitting or perform some action if particular value of the field changes.For more info
please go through this link
Client Scripting - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2014 01:11 AM
Thank you so much
