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

Forum Posts

vCenter Discovery - CI Relationship Missing

Hi there,I am populating CMDB with vCenter data. I am using the Discovery probe 'Discover vCenter Details'.The discovery probe is successfully populating data into following CIs:DatacentersClustersESX ServersVM InstancesData StoresFoldersNetworksReso...

amitbansal1 by Kilo Contributor
  • 2864 Views
  • 3 replies
  • 1 helpfuls

Tree Picker Variable in Catalog Item

HiWe like to develop our own catalog variable type, but we don't find any information how to register such a new type.Is there a table where the code is stored?We would like to generate a selection tree for managing file system access based on a tabl...

variable_types.png tree_picker.png
MarcB1 by Tera Guru
  • 5104 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to increase text field width?

I have a text field of string type. I am trying to increase its width to 300px using onLoad client script. But, its not working. I tried it in field style option as well but didn't work either. g_form.getControl('email_address').style.width = '300px'...

Wirasat by Tera Guru
  • 6485 Views
  • 10 replies
  • 4 helpfuls

Resolved! Run Trigger Missing in Flow Designer

Hi, For some reason, the Run Trigger Option is Missing in Flow Designer of My Kingston PDI when I create any new Flows.  It appears in the "OOB" workflows but not on new ones I create.  It's probably something silly.  Any ideas?  Please see screensho...

find_real_file.png

PDF Generator plugin

Hello guys,I need to create a mechanism that give to the user the possibility to create a PDF after compiled a form. The idea is to use the plugin PDF Generator and associate the document to a request or something else created with a record producer....

gdl by Tera Contributor
  • 9573 Views
  • 9 replies
  • 0 helpfuls

Resolved! Trigger workflow on record update

Hi All,I have the need to update a business system every time a record is inserted or some of its fields updated. The integration to this system is using SOAP-based web services - I am using a workflow because the SOAP call is async (MID) and it is e...

roshanrao by Kilo Expert
  • 12998 Views
  • 6 replies
  • 2 helpfuls

DOM Manipulation the Service Portal way

One of the amazing features of Service Portal is how it encapsulates each widget into a self-contained component. This encapsulation greatly increases the maintainability and reduces code complexity by breaking the portal or application down into man...