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

Forum Posts

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?...

Make "Default view" for all users

Hello, I have three problems that could really use the community's help. Thank you in advance! How can I check which view users are using when it comes to incident and other forms?How to make "Default" view the preferred view for ALL users (ITIL and ...

find_real_file.png
Sam196 by Kilo Expert
  • 845 Views
  • 1 replies
  • 0 helpfuls

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
  • 1744 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
  • 3428 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
  • 1773 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
  • 657 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...

Resolved! Invalid GlideRecord Query

Hi Experts,   I dont know what is being refer here. Please see below code and help me to understand why logs are showing such error ?   (function executeRule(current, previous /*null when async*/ ) { var reqitm = new GlideRecord('sc_req_item'); ...