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

Forum Posts

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
  • 2266 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
  • 756 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
  • 2480 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
  • 1349 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
  • 3550 Views
  • 12 replies
  • 2 helpfuls

Resolved! How to use the List Template in a viewport

Hi everyone,  First of all, Happy New Year 2022!!! Hope you are all fine!! About my question, I want to create a page with different tabs, in each tab, create a subpage or viewport in which I create a List Template. What I have tried so far didn't wo...

Merle by Giga Contributor
  • 1052 Views
  • 1 replies
  • 0 helpfuls