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

Forum Posts

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
  • 1175 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
  • 2332 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
  • 583 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
  • 4649 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
  • 782 Views
  • 1 replies
  • 0 helpfuls

PPM Role Access

Hi Community, regarding Project Portfolio Management (PPM), I want to restrict User to respective project it gets assigned to, and the User can't view/edit other projects available in the instance. The user can only work on the stories, it has been a...

Resolved! How do I associate the subflow with main flow in Flow Designer

Hello All - Using the Flow Designer, I built a rather large workflow (about 200 steps) that still needs to grow even larger.  So, I figure I should do some subflows.  The problem I am running into is that I don't know how to make sure that my subflow...

Ben124 by Tera Expert
  • 2329 Views
  • 2 replies
  • 1 helpfuls

Resolved! How to set notification subject through email script

I have to set approval rejected user to populate in email notification. Notification i have written on Change_request table. Here my script: appr = new GlideRecord('sysapproval_approver'); appr.addQuery('state', 'rejected'); appr.addQuery('sysapprov...

prasad8 by Giga Expert
  • 1124 Views
  • 8 replies
  • 0 helpfuls