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

Forum Posts

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
  • 1129 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...

James Turney by Tera Contributor
  • 1649 Views
  • 1 replies
  • 0 helpfuls

Resolved! Walkup Experience - Technician Name Display

Hi Community,   When walkup interactions are being assigned to technicians, the name of the technician shows up on the walkup queue, this is what we want.   The problem is that surname of the technician is shortened to just a single letter.  I'd like...

find_real_file.png

How to format the fields and background color in record producer

Hi Team, I would like to know is there any possible way to format the look and feel of a record producer in servicenow ?How we can do the style of a record producer fields/ variables  and background.Please suggest.

Community Alums by Community Alums  
  • 1200 Views
  • 3 replies
  • 0 helpfuls

ACL script is not working properly

Hi All, I am having an existing ACLs on the table - asmt_assessment_instance_question. In read and write acl: existing script is like below with the role - u_ticket_admin:answer = (current.instance.user == gs.getUserID()) || (new AssessmentUtils()).h...

Renu9 by Tera Contributor
  • 1297 Views
  • 2 replies
  • 0 helpfuls

Resolved! FIlter condition is not working for SLA

Hi team,I have created one SLA definition with some filter conditions and It should not trigger when I select any business service from the below conditions.But the SLA is triggering when I select business service one of those above.Am I making any m...

lucky24_0-1706005774793.png
lucky24 by Tera Contributor
  • 1501 Views
  • 7 replies
  • 0 helpfuls

Resolved! Open and close incident from Inbound Email Action

Hi there, I'm looking to open and close an Incident from an inbound email action, tried this with a business rule, but cannot get the incident to close and wondered what I'm missing: Is this the best way to achieve this?Many thank,Alex

AlexSaager1_0-1705917800483.png AlexSaager1_1-1705917823124.png
Alex Saager1 by Tera Contributor
  • 1404 Views
  • 5 replies
  • 2 helpfuls

How to NOT move email attachments to target record?

Inbound email, when processed, will move the attachments to target record. I have a requirement for which I don't want system to move the attachment to target record i.e. once new email is processed and target record is generated, it should not move ...

anand9 by Tera Expert
  • 1595 Views
  • 3 replies
  • 0 helpfuls

sn_chg_rest/change/standard/ API

Hi Team, Can you please help me to get working curl for sn_chg_rest/change/standard/{standard_change_template_id} API?I need to create standard change request by using Standart template through API