Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Security Scoring - Blacklisted File types/Extensions

Hi Team,As part of security scoring we are planning to Specify Blacklisted File types by using properties glide.security.attachment_type.use_blacklist - Setting it to Trueglide.attachment.blacklisted.types - Setting the blacklisted file typesglide.a...

Community Alums by Community Alums  
  • 1124 Views
  • 2 replies
  • 0 helpfuls

g_form.geFieldNames() not working

I am using catalog client script on submit as below     var allFields = g_form.getFieldNames();         for(var fieldName in allFields){                 alert( allFields[fieldName]);         } it is not working and not allowing to submit the form.  i...

chitra11 by Tera Contributor
  • 2499 Views
  • 19 replies
  • 0 helpfuls

Resolved! how to break for next line in a href of HTML

Hi Expert, In email script , I  am having the below code in reject button and I want this reason for reject should come in the next line. How can I achieve that? Please advise. var rejButStr = '<a href="mailto:snow05@service-now.com?subject=re:' + gr...

Srini19 by Tera Contributor
  • 879 Views
  • 2 replies
  • 2 helpfuls

[Encrypted Emails] with ServiceNow

Hi Experts, Is it possible to send encrypted mail with ServiceNow? I have gone through a few community links which say ServiceNow does not support it. Has anyone tried it?  Any help on the topic is much Appreciated Thanks, Raj      

Raj_Esh by Kilo Sage
  • 2727 Views
  • 8 replies
  • 3 helpfuls

Resolved! Dynamically instantiate Script Include

I'm trying to dynamically instantiate a Script Include. Based on some other forum responses here is what I've done in the Scripts-Background interface: Script Include: Scripts://Traditional approach: WORKS!var obj = new global.TestAPI();var result =...

find_real_file.png

Run Flow on multiple tables at a time

Hi there, I have created a flow like this: This flow will make the release record Active when state reset to Draft from Closed complete/Cancelled. I want to do this for few other tables like rm_task, rm_release_phase and rm_feature.  I don't want ...

find_real_file.png find_real_file.png
Harish74 by Tera Expert
  • 1547 Views
  • 4 replies
  • 0 helpfuls

How can we disable SUBMIT button on Service portal and ITIL view when we select particular value on catalog variable on a catalog item

How can we disable submit button on Service Portal view as well as ITIL view when we select Particular value under catalog variable on the catalog form   @Ankur Bawiskar  @Saurav  @shloke04  @Anil Lande  @Maik Skoddow  @Jaspal Singh  @Sandeep Dutta  ...

Venkat141 by Tera Contributor
  • 4046 Views
  • 12 replies
  • 2 helpfuls