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

Forum Posts

MID-SERVER MEMORY FAILURE

Hi, A defect that is related to the H2 library database update which was included in the ServiceNow recent patching program has just been identified. This defect causes a memory leak on Mid-server, impacting the ability to run discovery. When the mem...

Austine by Tera Contributor
  • 560 Views
  • 1 replies
  • 1 helpfuls

Notification Button to Update a record

Hello,   Im trying to create an email script that will update a record on the business application table. The code I have made works. However, I want to insert a button on the email record that will say "update" but the button I am trying to insert i...

Nick78 by Tera Contributor
  • 742 Views
  • 1 replies
  • 0 helpfuls

How to hide Catalog item(Record Producer) on portal ?

I have created a record producer and published on service catalog on portal. Also added Not Available for based on abc company.  As per my understanding the above catalog should not be visible for user which belong to abc company.  When I tried imper...

Aman18 by Tera Expert
  • 1094 Views
  • 4 replies
  • 0 helpfuls

How to store record producer Muti row variables set in custom table

Hi Team, I am using multi row variable set in record producer, we are able to insert the data from Catalog item but we are not able see that data once record generated in the portal. Please help me to understand how to store record producer multi row...

find_real_file.png
Harish6 by Giga Contributor
  • 2254 Views
  • 7 replies
  • 6 helpfuls

Change the Size of a List Collector Slushbucket Variable

I've tried the Catalog Client Script from the svc now guru website and it doesn't seem to work for me. All I changed was my variable name in the script below and the size of the list collector did not change any. Any ideas what would cause this Catal...

alhicks by Tera Guru
  • 6547 Views
  • 27 replies
  • 0 helpfuls

Resolved! How to display MRVS table in Approval Notification Email

Hi All,  Would like to seek some help here as I'm not able to display the MRVS table in the Approval email notification but those variables that outside the MRVS do display accordingly.  Here is the code, and if someone can point me out where goes wr...

Si Min by Giga Expert
  • 4452 Views
  • 33 replies
  • 6 helpfuls

How to configure digital portfolio management

Hi,  Need assistance with configuring the digital portfolio management application. Does it work OOB? We are configuring the app for the first. Has anyone configured it before?  Regards  Carol M

Community Alums by Community Alums  
  • 719 Views
  • 1 replies
  • 2 helpfuls

How to push multiple sys_id's with comma separated

Hi, How to convert the following script to reflect it for multiple values. The following script works only for single value. Kindly help. var answer ={}; pcQuery.addQuery('assigned_to', userID); pcQuery.query(); if (pcQuery.hasNext()) { pcQu...

Restrict attachments on confidential Incident to ITIL user

Hi All, I am having a requirement to hide attachments on Incidents for ITIL users, those are confidential incidents.  I have created a read acl on sys_attachment table where in conditions, I have given table name is Incident. Could anyone please help...

Priyanka145 by Tera Contributor
  • 1033 Views
  • 5 replies
  • 0 helpfuls

Add field in activities

Hi,  i try to add alm_hardware fields in activities, but it dosen't work. when i make a modification on one of this field i don't have the activities. i check the system property glide.ui.alm_hardware_activity.fields and it's ok so i don't know why  ...

find_real_file.png
kmickael by Tera Guru
  • 1068 Views
  • 6 replies
  • 0 helpfuls

Back-end form vs Service Operations Workspace

Hello, I'd like to ask if anyone knows the following: When you implement customizations on the Incident form at the back-end do these customizations replicate on the Service Operations Workspace incident form as well or these need to be configured ad...