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

Forum Posts

Resolved! Use of REST API to approve Request

Hello. I am using the REST API to create and submit requests. In some cases, I will be creating several 100 requests containing multiple items that needs different approvals. Instead of having each person manually approve each item, is it possible to...

Adding favorite functionality in portal for sc_category page ,While clicking the star box adding the item in favorite and start icon is filling as well.This is working popular item widget only .while going individually category item star icon is e

Adding favorite functionality in portal for sc_category page ,While clicking the star box adding the item in favorite  and start icon is filling as well.This is working popular item widget  only .while going individually category  item star icon is e...

find_real_file.png
praveen50 by Tera Contributor
  • 3143 Views
  • 1 replies
  • 0 helpfuls

Integration with servicenow to Vmware

How to Connect with Vmware using rest api. I am getting authentication error while testing below API https://{server}/rest/vcenter/vm I have given service account credentials in basic profile. please help me if anyone completed integration with servc...

Mahesh6 by Kilo Contributor
  • 2917 Views
  • 6 replies
  • 0 helpfuls

Resolved! Updating the Records by using Background Script

Hi,   We have created a field called First assigned to incident table. Purpose of the field is to capture the first assignee of the ticket. We have created Business rule it is working for new records. We have to update the existing records. Kindly he...

Arun87 by Giga Contributor
  • 8451 Views
  • 14 replies
  • 4 helpfuls

Resolved! How to get URL of a record from flow designer?

I have a requirement where I have to mention the incident number in worknotes/Additional comments section in form of Hyperlink. I can do it via [code]<a href="https://www.servicenow.com">ServiceNow.com</a>[/code], but the question is how can I get th...