Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Integration with external systems

Hi everyone,We are evaluating ServiceNow to use it for our ITSM and Request Fulfillment. I need to know when we need to use MID server and when we don't need.If we have service or application (for example HPSM or other system) which has been exposed ...

kourosh by Kilo Contributor
  • 4412 Views
  • 3 replies
  • 4 helpfuls

Orchestration activity not receiving success or failure

I am working on a simple Orchestration project that lets a user choose their Charge Code from a ServiceNow table and it will update their AD Profile with that information. This is the companies first Orchestration project. They have set up the MID Se...

workflowactivity.jpg

Resolved! MID Server MySQL connectivity

Upgrading to Helsinki we are getting an error that indicates the MariaDB/J Connector needs to be added to our MID server, as described here: https://hi.service-now.com/kb_view.do?sysparm_article=KB0565069 I was not the person who set up with MID Serv...

Resolved! need a script to push multiple values with comma seperated

I need a script which will push multiple values into a string with coma separated values. When I glide data from a table it should get multiple values and needs to be in the form of string with comma separated values.Any references or pointers is hig...

Raviteja K by Tera Expert
  • 11765 Views
  • 4 replies
  • 2 helpfuls

Hide price on a single catalog item in Service Portal

I have searched around and found plenty of information on how to delete the price on the portal page for all items, but wondered if there is a way to delete the price for a single catalog item?I have built a catalog item,and it is showing the price o...

find_real_file.png
Community Alums by Community Alums  
  • 3992 Views
  • 8 replies
  • 2 helpfuls

Task not being set as Inactive

Hey guys,I'm having a strange issue in my instance. I have created a new table extending from task. I created new state choices, but I kept the values to avoid messing with the closed states. In this case, I have two states that need to set the ticke...

find_real_file.png
guiguille by Giga Expert
  • 2248 Views
  • 2 replies
  • 3 helpfuls

lotus note migration to servicenow

Hi All,We are planning to migrate lotus note to Servicenow. (all application & service request of lotus note needs to be moved to ServiceNow.).We want to automate this thing.Has anyone worked on this?Any idea regarding this will be helpful.Thanks in ...

Paramita by Mega Contributor
  • 2396 Views
  • 5 replies
  • 0 helpfuls

Auto assignment group

Hi,If I submit an service request from CMS portal, I need that request to auto assign to particular group.Thanks,Aswin c

how to do variable editor read only

I have a requirement to make the variables under Variable Editor Read-Only once an INTAKE is generated (from a submission of a Service Catalog). function onLoad() {var template = g_form.getValue('u_template');if (template != "28c64a0837f1cf00548b53b5...

find_real_file.png

How to set up back up approvers?

I have received a request to set up a secondary approver. The request is that if the primary approver doesn't respond in 2 business days we need to cancel that approval and resend the approval request but this time it should also include the secondar...

indira_iyer by Kilo Explorer
  • 4760 Views
  • 17 replies
  • 0 helpfuls

Resolved! displaying sys_id instead of display name

Hi,I have a catalog item that has a list collector on it.   I am trying to display the names instead of the sys_id.   When I read the record in, I'm using this:g_form.setValue('partitions', req.u_my_partitions);i tried using setDisplayValue. I also t...