Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

How to transfer multiple assets using a transfer order?

Hi all,  I'm trying to find a solution to track the movement of assets between sites in our organisation. I know ServiceNow has the transfer order functionality but I'm struggling to find something with a good user experience. It appears that whilst ...

ITAMEd by Giga Contributor
  • 2751 Views
  • 12 replies
  • 8 helpfuls

Issue with cross-domain approvals

Hi all,  I'm busy working on a requirement for cross-domain approvals; the approvals for this change process require approval to be sought from several different domains that essentially move up and down the domain hierachy chain.  We are using domai...

peterwigham by Kilo Expert
  • 4031 Views
  • 10 replies
  • 11 helpfuls

Resolved! Do Service Catalog items in Portal respect variable width?

In Kingston, I am trying to migrate several catalog items from the old CMS catalog to the Service Portal Catalog. I have noticed that the variable's width does not appear to be applied in the service portal catalog items. Variables that should only b...

mossam by Tera Expert
  • 2738 Views
  • 4 replies
  • 1 helpfuls

Resolved! Copy Attachment from RITM to Catalog Task using Workflow Activity

Hello All, There is a requirement to copy the attachment from RITM to Catalog Task using workflow.  I could see more community answer to do that using after Business Rule in task form, but I have been asked to do that using workflow. I tried replicat...

Arun J by Kilo Contributor
  • 3588 Views
  • 7 replies
  • 12 helpfuls

ETA | Incident Colour Change

Hi there, We've recently implemented ETA times in our Incident Managements and I'd like this to be highlighted when the time approaches: As you'll see bellow, the ETA (last column on the right) represents a time which an update must be provided by to...

find_real_file.png
johnpeckcvc by Giga Contributor
  • 2524 Views
  • 2 replies
  • 1 helpfuls

Resolved! checking if a record exists using get()

Hello, I wrote a script where I can check if a record exists with the following condition and it is not able to find. var methods = new GlideRecord("incident"); var returnValue = methods.get("caller_id", "Bud Richman"); gs.addInfoMessage("the record ...

How to enable virtual agent support for particular catalog item

Hi I need to enable virtual agent for particular item so that it ask question for particular form .If you see below workflow screenshot for order item conversation there is decision whether  there is va support or not??.       (function execute(...

find_real_file.png find_real_file.png
manish64 by Giga Guru
  • 2997 Views
  • 6 replies
  • 11 helpfuls

Resolved! How to display a field of type Image on a widget?

Hello, I have a field of type 'Image' which can take an image. I want to display this image on a widget I have. I tried showing it on the widget but it gives me a sys_id instead. How can I show it ? Thanks