ServiceNow AI Platform articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

ServiceNow property / properties

ServiceNow property / properties   What's property? It's a constant value occurring continuously over a period of time (until updated by someone or something-code) ---- gs.getProperty() does not work in client callable scriptsThere is an undocumented...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
tiagomacul by Giga Sage
  • 15690 Views
  • 9 comments
  • 15 helpfuls

How to clear all the variables/fields values

This is applicable for client side scripting (both Catalog and table level) Make them readonly, mandatory or clear all variable/field values when the respective field changes. var fieldArr = ['Field_A', 'Field_B', 'Field_C', 'Field_D', 'Field_E', 'F...

Community Alums by Community Alums  
  • 6144 Views
  • 2 comments
  • 1 helpfuls
Top Contributors