Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

Resolved! Does not contain

Hi,I want to filter records on incident table with reference field "assignment_group doesn't contain network".  var gr = new GlideRecord('incident');gr.query(),if(gr.assignment_group.name!="net") //I have used this way and tried with indexOf but it i...

Parsing email body in an inbound email action

I need to parse data from email body and push it to one of the reporting table.Receiving an automated email everyday containing details against Server Backup. The report is being received as part of the email body and I need to parse the data and pos...

Maheshwar1 by Tera Contributor
  • 1196 Views
  • 6 replies
  • 0 helpfuls

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...