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

Forum Posts

Resolved! How to remove white space from the widget

Unable to remove extra space from widget text. Its happening for only few items which is having (/()).If anyone knows the it please help me. OOB Widget Name : Recent & Popular items  

find_real_file.png
Rani11 by Tera Expert
  • 3080 Views
  • 3 replies
  • 2 helpfuls

Resolved! How to hide the 'Activity'

How do I hide the part mark in Red for specific users? I prefer doing that using ACL but if it is not possible so client script will do the job as well   Thx

find_real_file.png

Resolved! Use of function calling within a Business rule

Dear All, Below is the screenshot of the OOTB BR - mark_closed on incident table. Can someone explain the need of invoking a function which is contained in the BR itself?   Can this function setClosureFields() be accessed from some other tools? Is th...

find_real_file.png

Resolved! Move parent table fields to extended table

I have taken over an instance where 100+ custom fields have been added to an OOB table.  I would prefer NOT maintaining all of that in the OOB table and want to extend that table and move those custom fields to only reside on the extended table.  How...

Resolved! Calculated V Function Field

Hi I have created a table with 3 Decimal columns. I want to have a field that just sums the 3 columns together and displays that total in the default view for the record. Nothing complex in that I would have thought.  However I cant get it to work us...

Resolved! Need help on scripting to search for an object in array

Hi,   My requirement is to check with the req_for sys id is available in all the objects element received. With below script i am able to get the get the array and objects, now i need to search  if the sys id is available in the all the objects if it...

Resolved! Add the original email message as attachment to incident record

Hi EveryoneI have a need for having the original, untouched email message from the inbound email action added as .msg or .eml to the inserted incident record.I already searched the community but only found a way to add a HTML file to the record with ...

sbanc by Kilo Guru
  • 7832 Views
  • 5 replies
  • 5 helpfuls

Resolved! Convert Date() to Date field type

I am making a scheduled job to automate our Sprint creation. I am trying to populate a Start Date and an End Date (date-type fields without time). I have found that getByFormat('MM-dd-yyyy') using new GlideDate() allows me to insert the date. However...

Gage by Tera Expert
  • 4810 Views
  • 3 replies
  • 1 helpfuls

Need help getting data from location table to Catalog item

We are looking for some help with the Service Catalog and routing Catalog Tasks to groups. I have Fields that were put on the Location table and trying to pull them into the Catalog Items. We have been told we can only dotwalk 1 level on getting thes...

thomast63 by Mega Contributor
  • 4444 Views
  • 23 replies
  • 2 helpfuls

Resolved! Restrict non admin users to see user form default view

Hi All, I am trying to restrict the non admin users to see the users form default view. There has been reported instances when the ITIL users are able to access their profile by navigating My Profile. Initially their profile shown in self service vie...

find_real_file.png find_real_file.png find_real_file.png
Evan2 by Kilo Guru
  • 4488 Views
  • 10 replies
  • 2 helpfuls

How to get the parent table name of a record in a child table?

Hi, how would I get the parent table name of a record? For example, cmdb_ci_netgear table extends cmdb_ci_hardware table. The code looks as follows: var ci = new GlideRecord('cmdb_ci_hardware'); ci.get('123456789'); //looking for a specific sys_id in...

Mike278 by Kilo Explorer
  • 7357 Views
  • 4 replies
  • 3 helpfuls