+1 vote
in Service Now by
State the best practices of client scripts in servicenow?

1 Answer

0 votes
by

Few of the best practices to use client Scripts :

  • Enclose Code in Functions.
  • Avoid DOM manipulation, use g_form object.
  • Avoid global client scripting, etc.
...