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

Forum Posts

Populate fields based on Assignment Group in Incident

Hi all, I have two scenarios on the incident form. I need to set category field mandatory based on specific Assignment GroupsFor those specific Assignment Groups and Configuration items are not (ABC,XYZ) then description field should be mandatory. Fi...

find_real_file.png find_real_file.png
Saranya K by Tera Contributor
  • 1315 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to set variable checkbox true in RITM (checklist)

Hi,I have some RITMs that open automatically for service desk analysts to check meeting room equipment. This checklist is opened with some checkbox variables, as there are many options, the analyst requested the creation of a button or variable with ...

find_real_file.png
Sarah Anjos by Tera Contributor
  • 1663 Views
  • 6 replies
  • 1 helpfuls

How can I get sys_id of the incident i just opened?

I'm creating a customised VA topic that creates an incident with certain fields. I want to display the incidnet number in the end. I'm using a Record Action utility to insert a record in incident table. Is there a way to get the sys_id of the record?...

how to export data from servicenow into power Bi with out REST API

Hello Everyone, How to export data from servicenow into power Bi without REST API? Please help me, how can i schedule report or import data(like assets/computer table data) from SNOW into Power BI without using REST API. Thanks for your help in advan...

Sai89 by Mega Expert
  • 2061 Views
  • 5 replies
  • 0 helpfuls

Resolved! Show reports in power bi for problem list

Hello Team, i have a requirement to show the report in power bi from servicenow problem table, please how to do this. should i do power bi integration , if yes please provide the steps too as i am new to integration. Thanks in advance.

chandan1994 by Tera Contributor
  • 4098 Views
  • 27 replies
  • 8 helpfuls

Resolved! How to get all incident form fields in a custom field

Hello, As per the project implementation, I am trying to get all the incident column names in a custom list field. So that the user  can select all the fields for those they want to get values from incident table. with the code below (this I got from...

Sowmya T by Tera Contributor
  • 2036 Views
  • 2 replies
  • 0 helpfuls

Assignment of RITM and subsequent tasks

I have a requirement to assign all RITM and task created by Service Request to predetermined assignment groups. I have achieved this by using business rules. The requirement also want a predefined set of tasks assigned to predetermined groups - how c...

johnrob18 by Giga Guru
  • 763 Views
  • 5 replies
  • 1 helpfuls

Resolved! Import Data csv

how to import a csv file?In this file, each line corresponds to an incidentI have to create incidents from the lines of the csv filecordially

Resolved! Error:o.Detail:Unexpected token:o in flow designer action

Hello All, I have written the below code snippet in my Actions in Flow Designer. var response = inputs.parameter;var obj =JSON.parse(JSON.stringify(response));   outputs.employee = obj.EmployeeNumber;if(outputs.employee){outputs.iscontractor = 'no'}e...

How Copy Change function works?

When clicking on 'Copy Change' UI action, there are few fields like Short description, description, etc are being populated from original change, what condition/ script is written to differentiate original change and copy change? I dont find anything...