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

Forum Posts

Resolved! How to remove Checkout for a public catalog item?

Can anyone advise how to make a publicly accessed catalogue item not use the checkout screen? We have an item that is used for external submission. The scenario is that a public link is sent to an external (not of our company) person who then submits...

IP Address Field type

Hey Guys,  We have a field on one of our forms for new facilities that are created called "subnet" which is self explanitory,  an IP address with a subnet mask is supposed to be manually entered there by the network team.    The problem we've had is ...

Database View where clause complex query

Hi All,I am trying to query a related field of CI Relationship table in Database view where clause.For eg: cir_parent = iar_u_infrastructure_ci && cir_parent.sys_class_name = 'cmdb_ci_server'But it is returing error message as: Syntax Error or Access...

Resolved! Typeahead search not working - But why?

Hi community, i`ve created a serviceportal for some bookable trainings like "Word for Starters". There are some catalog item for booking and some knowledge articles. One Item is called "Word for Starters" - One Article is called "Word Knowledge" I am...

Stephan S_ by Tera Expert
  • 2818 Views
  • 2 replies
  • 1 helpfuls

Resolved! List collector set value not working properly

Hello All,   I am trying to set value of list collector in selected  while page is loading, Below is my code,   function onLoad() { //Type appropriate comment here, and begin script below var varName = 'update_group_test';//Variable namevar leftBuck...

Kalpesh13 by Kilo Contributor
  • 1588 Views
  • 8 replies
  • 3 helpfuls

Resolved! Increase ECC response timeout in NewYork

Hello all,  I am getting below error messages  while integrating SNOW  with third party software. The MID server is ruuning in corporate network. Outbound REST API calls takes more than 30 seconds with MID server. How do I increase ECC response time ...

Shoibam Anou by Mega Contributor
  • 3334 Views
  • 4 replies
  • 0 helpfuls

JDBCProbe on demand SELECT scripts

Hi All,   I'm trying to create an on demand script that can do a JDBCProbe but I think I am missing some lines of code... (currently in Istanbul)   Script Method 1) Using the JDBCProbe Script include to make a SELECT statement - issue = ECC Queue rec...

arabeau by Kilo Contributor
  • 1225 Views
  • 2 replies
  • 0 helpfuls

Resolved! Transforming a Comma Separated Field on CSV import

Hi, Just working out how to ask this question has fried my noodle let alone actually solving it. We take an extract from a 3rd party system and then push that through a series of transform maps to create or update contracts, assets and CIs in Service...

Resolved! List of URLs in the Service Portal

Hoping you can help - I can't imagine what I'm trying to do it tricky, but I can't work it out. I have a table with the following fields: NameURL The name would be something like "Historical Incidents" and the URL would be a link to a ServiceNow port...

Resolved! Show/Hide Variable Set in Catalog Item

We have a Catalog Item that has (among other things), a Multiple Choice field and two Variable Sets.  I want it to work so that initially, neither Variable Set is visible.  Then, in the Multiple Choice field, if the first selection is made, the first...

jmiskey by Kilo Sage
  • 10386 Views
  • 6 replies
  • 5 helpfuls

ACL for assignment_group.parent members

Hi community! We have a requirement to allow read access to incidents for user who opened it, are the caller of record, are on the watch list or belongs to the parent of the assignment_group. We have the following ACL condition: if (current.opened_by...

Resolved! How to Run a Function after Modal is Closed in Widget

I'm trying to run code after a Modal is closed on a widget. I am opening the modal in my widget and using .then. What I have noticed though is that the .then never runs if the user closes the Modal instead of pushing 'Ok'.   spModal.open({ widge...