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

Forum Posts

Resolved! Unable to compare reference field value in glide record

Hi All, On a field map script, I am comparing  a reference field value to a field value that is coming from the source feed. It is not getting compared even though the source value is available. Kindly helpvar cmp= source.u_company;grd = new GlideRec...

Renu9 by Tera Contributor
  • 1105 Views
  • 3 replies
  • 0 helpfuls

How to change color of a column in reference field

Hi Everyone, I have one requirement where from customized app if user want to search for a knowledge article he/she clicks on the knowledge article field(Reference) which opens knowledge_list table in reference list view in that view if article is pu...

Background script (it should not create new records)

Hi! I'm having a hard time fixing this background script below. The script is working however, it creates new records in the vtb_task table. Am I missing something? Thank you in advance  var current = new GlideRecord('vtb_card');current.query();while...

ss123 by Tera Contributor
  • 2034 Views
  • 19 replies
  • 0 helpfuls

Can we use ServiceNow just for Documentation?

We have a requirement where users which belongs to our company wants to use ServiceNow just for populating their other applications documentations and wants to use ServiceNow as documentation platform, is it recommended to give them the article write...

Dashboard Sharing with NON ITIL role user (End user role)

Hi Community,I have built the Dashboard and shared it with users having ITIL roles they all can see the report widget in the Dashboard because reports are already being shared with those users. However I have a request to share the dashboard with Lea...

Naresh_5120 by Tera Contributor
  • 1840 Views
  • 6 replies
  • 0 helpfuls

Powershell script on mid server not working

HiI'm struggling to get a powershell script run on our midserver using the flow designer.I've created a very simple script containing "Get-Service" that is created via "MID Server Script Files".But when i want to run it via Flow designer - Actions i ...

KoenHaemels by Tera Contributor
  • 4585 Views
  • 8 replies
  • 0 helpfuls

How to Show the Approver Names in flow stages

Hi when a requested item is submitted the Action Ask for Approval I have added a stage Management Approval but not able to see approval list which can be viewed using workflow.workflow  Flow  

sRavani42_1-1669613285775.png sRavani42_2-1669613367731.png
Vamshi_ch123 by Tera Contributor
  • 1745 Views
  • 3 replies
  • 2 helpfuls

Resolved! Difference between 2 dates in days in catalog client script

Hi team ,  I am trying to get the difference of 2 dates in days , I tried below script , but its not working : Catalog Client Scripts function onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue == '') {return;}var answer;var ...