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

Forum Posts

ServiceNow Jira Bi-directional Integration

Hi All, I am trying to perform bi-directional integration of ServiceNow and Jira. Using Jira spoke I am able to create issue and update Incident (short description). I am also trying to updates comments from Jira to ServiceNow and viceversa and updat...

Sandeep Raj1 by Tera Contributor
  • 1813 Views
  • 3 replies
  • 2 helpfuls

Resolved! Download attachment from the UI action

Hi All,I have a requirement to create a link in ritm form to download a file. When the user clicks on the link, it should download a file, and the form should stay on the same page.For this, I created a UI action for the ritm table with the below cod...

Nag9 by Tera Expert
  • 2922 Views
  • 16 replies
  • 0 helpfuls

How to add a info Message in login page

Hi All, How to add an info message on the login page in ServiceNow or add a single line text as "No Authenticator"  text message in place of forgot password. please help. Thanks.  

Sushant20_1-1686137017184.png
Sushant20 by Tera Contributor
  • 840 Views
  • 2 replies
  • 0 helpfuls

How to update the record using UI pages

I am opening a dialog box using ui action from an incident record.I am passing the sys_id of the current incident record and trying to update the same record with the values entered in the multi line field of a dialog box. But after submitting the di...

Data Transforming was very slow

We are using scoped application, in scoped application we have custom tables.We have implemented two transform map scripts. When we are doing the data load on target table, the data was loading very slowly. Can anyone please help me to run this trans...

Resolved! SOW Recommendation Rules

Hi experts!What is the table name that would store the recommendation rules of an incident record?I've read the SN documentation <link> but it only mentions that I should install the related plugins.And even when I've installed the plugins, the recom...

Resolved! SOW Experts on-call

Hello everyone!I have a question regarding the Experts on-call feature of SOW.Is the feature somewhat connected to Collaboration Services plugin? What I mean is, when installing the related SN store applications (MS Teams, Zoom, Slack), does it all a...

LhoraMaeAlvar_0-1686109672828.png

Boolean data type issue in inbound rest API

Hi All,I have one inbound rest  Get API call to get the user details from sys_user table. While testing this from postman below are the response fields we configured and getting as a response.  but here the active status field( Boolean data type) was...

Resolved! Remove User from List Collector

Hi Team,I have a List collector field reference to the "sys_user" table in the form and holding 5 users.Here i got a requirement to remove one particular user from the list collector through service script. Is there any way to achieve this, Much appr...