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

Forum Posts

Hide Activities using ACL

Hi, How do I hide the activities using ACL (the part under the 'additional comments') ? I know how to use the ACL but not sure what the correct field name is. Regards

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! Need help on getting the length of object element

Hi,   Below is the script which i have written i am trying to get the legnth of objects element but i am not getting correct result var arr = []; var serverName = "c56c1c49db7657c4375d5458dc961965"; //var reqFor = current.variables.Requested_for; var...

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
  • 7003 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
  • 4367 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
  • 2476 Views
  • 23 replies
  • 2 helpfuls

How to pass catalog item variables to email notification?

Hi all, I have a multiple variable named on a catalog item. It is part of a variable set. Once the user  submits the order an event is fired which will send email notification to the approver to approve the requested item and workflow is also attache...

Community Alums by Community Alums  
  • 4110 Views
  • 2 replies
  • 0 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
  • 3060 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
  • 6680 Views
  • 4 replies
  • 3 helpfuls