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

Forum Posts

Resolved! how to view the records of a existing table in service now

i am getting error in my workflow. java.lang.RunTimeException: com.snc.automation_common.integration.exception.InvalidOperation Not able to get the credential, please verify your external credential setup/configuration. i wanted to check the entries...

find_real_file.png
Raffi by Mega Expert
  • 1736 Views
  • 1 replies
  • 1 helpfuls

Data Table Widget extend column size

Hi , I have used data table in my custom created widget but the alignment is not proper displaying the data.In the first line there is some extra space coming.  eg: if you see group decription 'c' starts one space as compared to the second line the w...

image

There are some users they are not able to submit the requests form portal through the catalog item. whenever they click on the Submit we are getting the error "Sorry you do not have an access or either data does exist can some help me with this why

There are some users they are not able to submit the requests form portal through the catalog item. whenever they click on the Submit we are getting the error "Sorry  you do not have an access or either data does exist can some help me with this why ...

How to create a item by using CartJS API ?

Hi, Previously, attached functionality developed using cart API. we want to modify this using CartJS API. I am new to this functionality. Please help with coding part of attached functionality. Thank & Regards, Kartheek.

VKR7788 by Tera Contributor
  • 1255 Views
  • 4 replies
  • 0 helpfuls

Jira integration with ServiceNow through Scripted Rest api

we have connected to Jira using Scripted rest api, we are successfully able to connect and create incident in the ServiceNow table when issue is created in Jira. But works only when authentication required check box is unchecked in scripted rest api ...

Geetha9 by Tera Contributor
  • 2466 Views
  • 3 replies
  • 2 helpfuls

How to create a email DL and connect to servicenow instance

Hi, I have a scenario to create a email DL (let's assume abc@fixpointcompany.com) when emails sent to abc@fixpointcompany.com email should create a record in a table.   I have a problem there, there's another mail anydeskdev@servicenow.com this is th...

SSA1 by Giga Expert
  • 625 Views
  • 1 replies
  • 1 helpfuls

Where is SLA information stored?

Hello everyone. I am trying to gather reports regarding all the different SLAs each contract has on ServiceNow. I ran a report on the SLA Definition [contract_sla] table but was not able to find some records. When I looked at the Task SLA [task_sla] ...

Confirmation Dialog Box using UI Page, OK Button will not work

When cancelling a change, I am using a confirmation dialog box that pops up to enter reason and select OK.  When I enter the reason, select OK, nothing happens.  I xml'd the ui page and the Cancel change ui action from my personnel development instan...

find_real_file.png
Gary Martin by Mega Contributor
  • 4760 Views
  • 6 replies
  • 4 helpfuls

How to use query records with an array?

I am having an array with these values.. var arr = [10, 20, 30, 40]; var gr = new GlideRecord('incident'); gr.addQuery('number', 'INC0003440'); if(gr.next()) { var getCode = gr.code; if (arr.indexOf(getCode) != -1) {                     ----> Instead...

Sathwik1 by Tera Expert
  • 820 Views
  • 1 replies
  • 0 helpfuls