Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2017 02:55 PM
Hello Snow,
At client side, you can check as
var field1 = g_form.getControl('caller_id');
if(field1.changed)
{
//your code
}
Reference:
https://www.servicenowguru.com/scripting/business-rules-scripting/checking-modified-fields-script/