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

Forum Posts

Resolved! Adding a new Priority

Trying to figure out a way to make a P3 - High but not sure on the selection/adding of choice to make looking for ideas:What if I just added in a selection to be:Impact: 3- Medium <-- add in this as a new selectionUrgency: 1- HighPriority = P3 HighWh...

JoshuaComeau_0-1669138852899.png

Resolved! Field type as number

I wonder I do not see a field type as number? Why? Am I missing out on something?  If I configure the dictionary of any field I am unable to see the type of field is nowhere mentioned as Number, I can ofcourse see Decimal or Integer but no number. Wh...

Resolved! How to set a value based on a reference field

Hi,We have a reference field(ex: sys_user). Based on that reference table, we are populating details in other field. Now if the user doesn't have mobile number in User table we are setting that field value as NA. If the user has mobile number then it...

Sai vsk by Tera Expert
  • 559 Views
  • 2 replies
  • 0 helpfuls

How to pass object value into array

Hi I'm not getting expected output and correct me if something missingMy script :var gr= new GlideRecord('incident');gr.addQuery('sys_id','c2b3b1e2db3f9090bf6c3762ba9619a6');gr.query();while(gr.next()){var arr =[];var obj={};var text= {"results": [{"...