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

Forum Posts

Scripting for Email Notification and approvals

Hi All, I have a requirement , where in a change request there are two fields : configuration item and assignment group also there is an approval on the change request form  it goes to approval first from the assignment group and second level to the ...

Create a report

My requirement is create a report to how many similar changes have gone multiple CABs, not showing single records of CAB name.so I have write the script and calling into the report but its not working. please help for this Thankyou. function getDupli...

ShashiK_1-1700226007864.png
Shashi K by Tera Contributor
  • 342 Views
  • 11 replies
  • 0 helpfuls

Orphan ci

Hi What are these Orphan CIs?I want to create a report to filter out these Orphan CIs so from which table and what conditions i have to keep to get those?

shivaadapa by Tera Expert
  • 768 Views
  • 11 replies
  • 1 helpfuls

Resolved! Order Confirmation popup on cart v2 -how to edit

This pertains to the two step checkout process in service portal which popups an Order Confirmation.  We want to hide the Requested For field but still include the Deliver & Special instructions. i've been spending a fair time looking at other commun...

find_real_file.png
Les1 by Tera Guru
  • 8695 Views
  • 15 replies
  • 13 helpfuls

How to get only one return in workflow if activity ?

Hi All,The below ifScript is not working, can anyone please help me on this ?var usrDivision = current.variables.requested_for.company.sys_id;var div = gs.getProperty('all.divisions');var isUsrCI = div.includes(usrDivision);var ans;answer = ifScript(...

ads by Tera Expert
  • 174 Views
  • 1 replies
  • 0 helpfuls

how to convert incident to service request using agent workspace

Hi All, I have a requirement to convert incident to service request using ui action through agent workspace, also it should copy few fields from incident to service request like - sd, des, business service.I am using below code and ui action availabl...

Ashwini35 by Tera Contributor
  • 387 Views
  • 2 replies
  • 0 helpfuls

Mainline Certification expire

Hi all , I have completed ServiceNow Mainline CSA Certification in May 2023 , now I got the notification as it is expiring by February 2024 . can u please any one guide what are the actions need to take to extend the expire . Thanks in advance .  

Ashok  kumar by Tera Contributor
  • 528 Views
  • 2 replies
  • 0 helpfuls

List collector text limited

Hi Experts, The word limit of list collector is limited and not shows up the entire value below when an item is selected. Suggest a way to display all text for the items .or if this not possible ,can anyone suggest any way to make those text visible....

Hemachithra by Tera Contributor
  • 232 Views
  • 1 replies
  • 0 helpfuls

Hiding variables in records and history

I am wondering if there is a way to hide a variable's audit history or hide it from a group.I came across this which seems to be related: https://www.servicenow.com/community/itsm-forum/help-needed-to-hide-variables-from-audit-history-on-inc-created/...