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

Forum Posts

Error message with a success http code

I found that the REST API sometimes   returns an error message with a success code(201 created) when failed to insert data using import set API. I'm wondering if there're any other cases that the API returns an error message with a success code(200 o...

jerryt by Tera Contributor
  • 2091 Views
  • 4 replies
  • 0 helpfuls

Resolved! Disable out of the box notifications

Hi guys,I have a custom app that's been extended from the Change module. There is an out of the box email notification that is being triggered via the workflow approval (I think it's called "change.itil.approve.role". I want to modify it as we do not...

client script to check string length and restrict user

Hi all,                     we have a requirement to restrict user not to enter more than 100 characters for a field of type string. currently the field length is 120 but we don't want user to enter more than 100. For this i am thinking a "onChange" ...

sry by Giga Guru
  • 9962 Views
  • 2 replies
  • 2 helpfuls

Airwatch Integration with Servicenow

I am new to servicenow integration with Airwatch application/tool. Need to build a REST message API's for the integration.Need inputs on below areas.1. Best practices used in your previous similar integration or lessons learnt.2. Error handling scena...

ramjiram by Kilo Explorer
  • 4172 Views
  • 1 replies
  • 0 helpfuls

Resolved! gs.addInfoMessage with external URL link

Hi.I've   added a business role that's display top message with link to external URL. Google for example :(function executeRule(current, previous /*null when async*/) {   var str ='<a href="www.google.com"   target="_top" >Google </a>';   gs.addInfo...

pnf.PNG
avid by Kilo Expert
  • 7040 Views
  • 5 replies
  • 5 helpfuls

Update fields from parent ticket

Hi Team,I have an issue where I have fields in a task that get information from a parent ticket and displays it in the task. This is to allow the users to see this information without having to switch between tickets.I have a Business Rule set to "Di...

andrewdunn by Giga Expert
  • 3468 Views
  • 4 replies
  • 2 helpfuls

Resolved! How to create calculated field script

I have created the following in a calculated field to add the numerical contents of three fields:var a = parseInt(g_form.getValue('current.u_currency'));var b = parseInt(g_form.getValue('current.u_currency_3'));var c = parseInt(g_form.getValue('curre...

kmathis by Kilo Contributor
  • 9647 Views
  • 5 replies
  • 3 helpfuls

Resolved! REST Message Problem

Hello Community,         My goal with this REST message is to retrieve some information from another system that resides on my local domain. We do not have any domain separation or anything like that configured on our SN instance. I just need SN to r...

find_real_file.png find_real_file.png
Ken83 by Mega Guru
  • 3166 Views
  • 10 replies
  • 2 helpfuls

Resolved! SLA Warning Notifications

One of the requirements I am trying to build is disable SLA warning notifications for P1 and P2 incidents and enable it only for P3 incidents (also, add an option to unsubscribe for P3). Does anyone know how best to configure this?

Anna L by Tera Contributor
  • 3099 Views
  • 4 replies
  • 0 helpfuls

Display Search Results in Incident form

Hi,I am trying to create a new Incident at service desk. When I try to search for a particular answer to a question at Question attribute its showing "Related Search Results". I would like to know how do you get test results-where from??Can someone g...

hari2020 by Mega Contributor
  • 4038 Views
  • 6 replies
  • 3 helpfuls

Resolved! Milestone Reports - Project

Hi All,I have a requirement where in i have to generate a report like this. It shows all line of business, project name, milestones and their dates, date for a 90 day period. I have to combine project and project task table to get this data.   I sear...

find_real_file.png
sardam by Giga Contributor
  • 2747 Views
  • 2 replies
  • 1 helpfuls

Resolved! Remove email footer in inbound action

Hi,  Is there any way to omit the outlook automated footer?  For our requirement, email body text will be placed in work-notes. In that work notes automated outlook footer also updated. can we omit the following line   using inbound actions?"This e-m...