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

Forum Posts

Guidelines/Template for Documentation

We have an environment where we will have a Development Team, and an Administration team.   What we need to do is when the Development Team completes a project, they supply the Administration team with some documentation on what was developed, i.e. t...

jmiskey by Kilo Sage
  • 3382 Views
  • 3 replies
  • 2 helpfuls

Resolved! email templates font

Is there somewhere I can change the font on all email templates?   It appears to default to Times New Roman but I need it to be Arial.  

brianlan25 by Kilo Patron
  • 2512 Views
  • 6 replies
  • 0 helpfuls

Resolved! Business rule vs scheduled job

We have a requirement to update a flag x on the user record depending on the value on another field y.We have 3 options:1) Write a after BR which executes when the record is updated or inserted and update the flag x depending on y flag - Will get cal...

ryadavalli by Tera Expert
  • 4265 Views
  • 17 replies
  • 2 helpfuls

Resolved! Service Portal UI Script or Reusable functions in Client Scripts

Hi, We are working hard to get the service portal working however we've encountered an issue and we do not know the solution as of yet.We have around 400 catalog client scripts in our current Catalog. Most of them do basic form validations. Which are...

lucr by Kilo Expert
  • 10875 Views
  • 6 replies
  • 8 helpfuls

Resolved! Populating blank "Assigned to" field when task is closed

Good afternoon,I am trying to populate blank "Assigned to" fields when an Incident is set to "Resolved" or when a task is set to "Closed Complete." I have created two business rules to complete this. The first business rule runs on the "Incident" tab...

Incident_BusinessRule1.PNG Incident_BusinessRule2.PNG Task_BusinessRule1.PNG Task_BusinessRule2.PNG
mattystern by Kilo Sage
  • 3502 Views
  • 4 replies
  • 1 helpfuls

Resolved! Pop up Box that contains form to enter record on a table

Hi All,I am working on amending the release module to fit our needs so that we can move our release processes into Servicenow.On the release form there will be a CI field (reference to the cmdb_ci table), however sometimes when the release is being r...

find_real_file.png
Sam Ogden by Tera Guru
  • 9692 Views
  • 3 replies
  • 3 helpfuls

Resolved! How do I add an image in the Service Portal page?

I am trying to crweate a 404 error page for the Service Portal, and I want to add an image. All the threads that I can find give example HTML code to use. I am competent enmough in HTML coding to use it to do what I want, but I cannot find a way into...

Access current object in script include

Hi,Can somebody tell me what I'm doing wrong when I try to access the current object in my script include below.I have a reference qual on a field that looks like this :         u_my_shopLIKEjavascript:GetShopsFromGroups(getMyGroups())[0];^EQand my s...

gs.addinfomessage portal display business rule

Hi guysI have a display business rule with the following and it works fine on the back end. However in the portal view, it does display but for only 5 seconds, were as in back end, it displays until i click the X to remove itAnyone any ideas?(functio...

find_real_file.png find_real_file.png

How to resize the dashboard widgets size

Hello Everyone,We   have a requirement where i need to resize the size of widgets on ITIL Homepage dashboard, i have activated Responsive Canvas plugin but still i unable to resize/reduce the size.Can anyone please help me out

AbdulAzeez by Mega Guru
  • 7337 Views
  • 2 replies
  • 1 helpfuls

Looking for a way to track "assigned to" changes

Hi, we would like to track the assigned to changes using metric.I have created a custom field - old value to store the previous assignee. My question is,   how should I capture the three important information below in metric?1. u_old_value = previous...

tsoct by Tera Guru
  • 2277 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to parse the SOAP XML response Message.

Hi All,I am tried to parse the SOAP XML response but i am not able to do so. i am using below codevar response = s.execute();var ResponseBody = response.getBody(); var status = response.getStatusCode();gs.log(ResponseBody);var xmldoc = new XMLDocumen...