Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

code not working in backend

yoli1
Tera Contributor

hi all my code works in portal but not in sc_task 

 

   var f = g_form.getField("field_name");
    f.expand_help = true;
    f.instructions = "<p>information text</p>";
    f.help_tag = "More information";

 

0 REPLIES 0