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

Forum Posts

Resolved! Adding values to a list field by a Transform Script

Hello SN Experts, I'm trying to make a Transform Map using source script for one field. The target field is a 'List field' type and what I what to do is fill this field with data from the source. Down below, is the script that i made. What I'm trying...

D_ Nistal by Tera Contributor
  • 3834 Views
  • 2 replies
  • 0 helpfuls

Resolved! Incident Response SLA

I would like to create a Response SLA on Incident based on the Assigned to updating the incident.  The SLA is not started until Assigned_to is populated.  There is an Assignment SLA as assignment will be handled by a group.  I tried to stop the SL...

Don Tanner by Kilo Expert
  • 8849 Views
  • 10 replies
  • 11 helpfuls

Resolved! Data table from instance definition - multiple widgets on single page

Guys I know that we can add multiple "data table from instance definition" widget one by one in a single page(service portal). But I would like to show multiple "data table from instance definition" widgets on a same page using tab view(bootstrap).li...

find_real_file.png
Sin by Giga Expert
  • 2828 Views
  • 4 replies
  • 1 helpfuls

Resolved! Gliderecord in client script

Hi, Why gliderecord query does not return results while using in client scripts for non-admin users? e.g.  var group = g_form.getValue('assignment_group'); var user = g_user.userID; var ir = new GlideRecord('sys_user_grmember'); ir.addQuery('group',...

multiple inbound email addresses?

We have requirement to enable inbound email actions on two email accounts, i.e. users can send email of type A to 1st email account and another type to a second email account , both inturn creates ticket. Looking for suggestion on how to address this...

Dhianan by Kilo Guru
  • 4437 Views
  • 2 replies
  • 1 helpfuls

Resolved! How to define 'contains' in an IF conditions

HI Guys, Quick question, what is the operator for 'contains'? My condition is: if category contains 'Europe' How do I translate that? I tried - if(categoryLikeEurope), it didnt work. Thank you!

JLeong by Mega Sage
  • 37255 Views
  • 7 replies
  • 18 helpfuls

Accept/Reject Completion of a Request or Request Item

We're looking at implementing an accept/reject stage upon completion of a request (similar to incident) to capture if the customer is satisfied that the order has been delivered entirely, before moving the request to closed. We've begun templating th...

Resolved! How to access url parameters inside a Business Rule

Hello Community,Is there a way I can query the URL parameters from a Business Rule? I see that the 'Copy Change' UI Action is framing an URL which will contain parameters 'sys_id', 'sysparm_query' and 'sysparm_goto_url', I am interested in capturing ...