ServiceNow Learning

Saturday, May 17, 2014

Make Work Notes as Mandatory when Assignment Group is Changed on Incident Form


function onChange(control, oldValue, newValue, isLoading, isTemplate) {
 if (isLoading || newValue == '' || oldValue == '') {
  return;
 }
 g_form.flash("incident.work_notes", "#FFFCCC", -4);
 g_form.setMandatory("work_notes", true);
 g_form.addInfoMessage("Please enter work notes when changing assignment groups.");
}

Posted by vinay polisetti at 4:37 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

About Me

vinay polisetti
View my complete profile

Blog Archive

  • ►  2022 (3)
    • ►  September (1)
    • ►  February (1)
    • ►  January (1)
  • ►  2021 (1)
    • ►  June (1)
  • ►  2019 (2)
    • ►  July (1)
    • ►  June (1)
  • ►  2018 (32)
    • ►  December (3)
    • ►  October (6)
    • ►  September (4)
    • ►  August (1)
    • ►  July (4)
    • ►  June (1)
    • ►  May (1)
    • ►  April (3)
    • ►  March (3)
    • ►  February (3)
    • ►  January (3)
  • ►  2017 (12)
    • ►  September (1)
    • ►  August (2)
    • ►  July (1)
    • ►  June (1)
    • ►  May (3)
    • ►  April (2)
    • ►  March (2)
  • ►  2016 (1)
    • ►  August (1)
  • ►  2015 (3)
    • ►  December (2)
    • ►  November (1)
  • ▼  2014 (2)
    • ►  October (1)
    • ▼  May (1)
      • Make Work Notes as Mandatory when Assignment Group...
  • ►  2013 (1)
    • ►  March (1)
Simple theme. Powered by Blogger.