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

Forum Posts

Storing and retrieving attachment file outside of servicenow

Hi So,  I got this following challenge which requires me to attach a file to a form in SN but, store it outside of SN(I guess with API attachment). So, basically its not really attaching the file but only trigging a 3rd party app which enables me to ...

lior3 by Tera Contributor
  • 1705 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to get choice list value of a filed through Rest API.

Hi All,   We have a custom table called u_email_client and here we have a filed called u_status. The requirement is whenever the insert is happening that time it should be set u_status choice list to Received(this Received choice list option is alrea...

find_real_file.png find_real_file.png
jobin1 by Tera Expert
  • 1344 Views
  • 3 replies
  • 0 helpfuls

Resolved! REST API - Search for Change-Number/sys id with Task-Number

Hi all, I am currently trying to search for a change-number or change-sysID with an underlying task-Number of the change. I am trying this with GET Change, however I am not able to find the correct solution. curl "https://instance.servicenow.com/api/...

Resolved! Use only RITM and SCTask tables

Hello, OOTB three tables are used for Request module: REQ, RITM and SCTask. We would like to simplify that, because we don't need multiple RITM in a same REQ, so I want to suggest to use RITM and SCTask tables only. Is my approach good? Do you have a...

Yassine6 by Tera Guru
  • 1916 Views
  • 8 replies
  • 6 helpfuls

Change requests status changes

Dear Community members, We are looking to get report/dashboard on tracking Change Request which had status changes. For example from "Asses" to "New". The requirement would be to see total number of changes who had status changes. Usually if Change R...

Mantautas by Tera Contributor
  • 2437 Views
  • 4 replies
  • 5 helpfuls

Resolved! discovery/CI description field

where does Discovery pickup the description field. We setup discovery and are seeing descriptions on some servers and can't figure out where they come from. I would have assumed they came from AD but there is nothing in AD matching what SN is showi...

yan3 by Giga Contributor
  • 1243 Views
  • 2 replies
  • 1 helpfuls

Call Subflow in BR

Hello Experts, I have created a subflow ,that i am calling in Script include through the below script.Please help me how to use(call) in the business Rule to fetch the output. Sample Script Include dl :function(inputs){ try{ var result=sn...

Abc 26 by Tera Expert
  • 986 Views
  • 1 replies
  • 0 helpfuls

I am not understanding the UI Action condition "RP.isRelatedList() && (new IncidentUtils().canShowRelatedListUIAction(current, parent, 'add'))"

Hi All,I can see the ADD button under Impacted services/CI related list . I opened the UI Action and checked for the condition . The condition is "RP.isRelatedList() && (new IncidentUtils().canShowRelatedListUIAction(current, parent, 'add'))" I am no...