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

Forum Posts

KB Attached to the incident but not copied to KB task table.

There is an OOB functionality, when we attach any knowledge article to the incident, and it will automatically create a record in 'm2m_kb_task' table. But sometimes it is not getting created in (m2m_kb_task) table. Seems like an intermittent issue.Do...

Pavan S by Tera Contributor
  • 219 Views
  • 1 replies
  • 0 helpfuls

Catalog item for Cmdb Ci creation using flow designer

Hi All, Requirement : Catalog item to create cmdb ci for Computerwhen Computer is selected based on the operating system it should fall under class as "Windows" (cmdb_ci_win_server)or "Linux"(cmdb_ci_linux_server).What I have tried : I have created t...

AradhikaRamesh_0-1706002942036.png AradhikaRamesh_1-1706003003653.png AradhikaRamesh_2-1706003059082.png

Resolved! Flow designer field scripting

Hello Experts, I need your help in flow designer scripting.Requirement: Need to create a catalog item in that we have two fields one is  existing incidents  and other one is description, if we select existing incident and add new description and subm...

Creating a ServiceNow Ticket using Java, Soap Api

Hi Everyone,I have a requirement to create a ServiceNow  ticket from java using SOAP API.I am using intelliJ and Gradle. Could you please assist me with a sample code or API's or guide me to a similar post.Thanks.

sksksk by Giga Contributor
  • 607 Views
  • 1 replies
  • 0 helpfuls

Send email from workflow then wait for response

Hello All,  I'm trying to wrap my head around how to make this work and seem to keep getting stuck so I need a little help or advice. I'm being asked to build out a new hardware request process due to some changes in the way we handle equipment. I ha...

I need to change state to close of bulk problem tickets at a time

var gr = new GlideRecord('problem');gr.addQuery(' my condition');gr.query();while (gr.next()) {    gr.setValue('state', 'closed');    gr.update(); }i used above simple fix script  but  it was not working  help me for this 

poco by Tera Contributor
  • 269 Views
  • 1 replies
  • 0 helpfuls

SLAs based on Assignment Group Company

We are working on setting up Incidents SLAs for our client.The requirement is to set-up SLA (Response & Resolution) based on Vendor companies (and Groups created according to these vendor companies).We are using core company table to create these ven...

Merit71 by Tera Contributor
  • 231 Views
  • 1 replies
  • 0 helpfuls