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

Forum Posts

Resolved! how to set a condition for UI Action

gs.hasRole('itil') && newGlideRecord("sys_user").get(gs.getUserID()).company.u_business_unit.getValue().includes('Metro') || gs.hasRole('admin') but is not working. u_buiness_unit = is a custom field on the core company tableI am trying to only let a...

How to reference field in another table

I'm writing a client script that will allow me to send an alert if a value on a dot-walked table is true.  The Client script is being written for the Incident table but need to reference a field in the sys_user table.  What is the correct format for ...

Meshia by Kilo Guru
  • 2229 Views
  • 9 replies
  • 2 helpfuls

Resolved! Relate via related list

Hi everyone! Can somebody help me with my requirement. It should relate incidents and requested items and requested items and incidents. For the incident there is an OOB. But how about the requested item related list? It should get the parent inciden...

oww15 by Tera Contributor
  • 1620 Views
  • 3 replies
  • 2 helpfuls

Resolved! Using a record producer to update a record and not insert

I am looking to create a record producer that updates an existing record on a table rather than inserting a new entry. This is to enable a non ITIL user to submit an update on a table that I created for the team. The record producer contains one refe...

matt_a by Kilo Guru
  • 20523 Views
  • 7 replies
  • 8 helpfuls

How to search flows for keywords

We are trying to find out how to search in our flows for keywords. For example, if we need to make a change to all instances of xyz in our flows, how would we perform that search without going through each flow individually and searching through the ...

Myron Smith by Giga Contributor
  • 2271 Views
  • 2 replies
  • 2 helpfuls

How to fetch value from Document ID field

I am trying to fetch the value of a Document ID field  in after business rule but the script is not able to fetch the value of only Document ID field. var unique = current.getUniqueValue();var expenses = new GlideRecord('fm_expense_line');var sc = ex...

Emeley by Giga Contributor
  • 2523 Views
  • 6 replies
  • 1 helpfuls

Resolved! How to add up/down arrow icons in list reference field?

Hey everyone,I have a query that I want to add up/down arrow icons on a list reference field. By clicking on the up/down arrows, we can move the selected reference records to our desired positions in the list. How can I do this?It's just as in the fo...

MuhammadHamza_0-1678788310036.png MuhammadHamza_1-1678788485041.png