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

Forum Posts

Resolved! Custom Table Displaying sys_id

Hi everyone, Please what could make a custom table that's refenced be displaying sys_id? Basically, I created a custom table and referenced that table on one of our Catalog Items variable. So, each time I click on the magnifying glass on that variabl...

Austine by Tera Contributor
  • 2149 Views
  • 6 replies
  • 1 helpfuls

Resolved! Order Guide - How to Prevent Duplicate Requests

We have an order guide "New Hire Order Guide" that hiring managers use to order items for their new employee. Unfortunately, manager's sometimes don't submit a request "on time" so someone on our IT team submits the request, but then the manager some...

Kim5 by Tera Contributor
  • 2806 Views
  • 3 replies
  • 0 helpfuls

Resolved! I have a Business Rule on Group Roles (sys_group_has_role) to Set Group Type on Group form(Sys_user_group) as ITIL License when the Group gets added by itil role. Now my new requirement is to set Fulfiller Group as Type on Group form when a any role

I have a After Business Rule on Group Roles (sys_group_has_role) to Set Group Type on Group form(Sys_user_group) as ITIL License when the Group gets added by itil role. Now my new requirement is to set Fulfiller Group as Type on Group form when a any...

divyavani1 by Giga Contributor
  • 2690 Views
  • 7 replies
  • 0 helpfuls

Resolved! Context Search on a Catalog Item - Button Text Issue

We have recently tweaked the contextual search widget so it appears on a 'Catalog Item' alongside a record producer - from this article: How to enable contextual search for a catalog item On the record producer, everything is fine, but on the catalog...

find_real_file.png
User658880 by Tera Expert
  • 2468 Views
  • 4 replies
  • 8 helpfuls

Resolved! List attributes beyond name for user reference fields

Looking for a way to display additional information about a user record in a lookup beyond the name of the user.  I have many users that have the same name but other distinguishing characteristics that would help users make the correct selection.

Resolved! Resolve button to be visible only Assignment group Member

Hello Everyone, How do I go about making the resolve UI Action buttons only visible to those who are in the assignment group member? I am using this condition gs.getUser().isMemeberOf(current.assignment_group). can i need to check client check box.  ...

GlideSysAttachment not working for xlsx

When I run this code, and when the generated excel file that is downloaded and opened gives the following error: The code works for content type xls and csv's. var attachment = new GlideSysAttachment(); var rec = new GlideRecord('incident'); rec.ge...

find_real_file.png
SD35 by Tera Expert
  • 2662 Views
  • 4 replies
  • 0 helpfuls

Resolved! Script to fetch all fields from a table which is not inherited

HI All, I have a table which is extended from CMDB CI. There are also many custom fields created in the child table. Does anyone have a way to fetch the list all the custom fields from the child table via script?. it should only give results of non e...

ShAn21 by Tera Guru
  • 3956 Views
  • 10 replies
  • 1 helpfuls

Run Business Rule checkbox in Transform Map

Under health scan, I need to uncheck the "Run Business Rule" checkbox in Transform Map, only for those maps where it's not needed. So, how can I check if there is any Business Rule running after the transform map.