Bangalore SNUG
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

BR working only when current.update() is added

HI, I have quite a situation where, I have written an AFTER  INSERT BR and it worked fine and updated records in san diego.. But when the same BR did not update records in UTAH, I added the current.update() and it started updating records. (function ...

Swetha M by Mega Guru
  • 1008 Views
  • 5 replies
  • 0 helpfuls

How to ignore case sensitivity in flow designer

Hi all, My requirement is as follows,I have a set of 10 keywords.( eg, Password)I have to check if any of the keywords is present in my interaction's short description and if so i've to create an incident. This has to be done in flow designer and thi...

Swetham by Tera Contributor
  • 1944 Views
  • 4 replies
  • 4 helpfuls

Fetch the data for Content Analytics Dashboard

Need to enable data for Content Analytics Dashboard in our environment. As per the docs Google Analytics needs to be created and mapped with servicenow. I couldn't find any exact docs or video for this. Anyone please help me as how to do this ?

Vasuki2 by Tera Contributor
  • 240 Views
  • 1 replies
  • 2 helpfuls

Resolved! BR not working after Utah upgrade

I have a BR to update the REQ short description on SC_request table.. ==============After - Insert  (function executeRule(current, previous /*null when async*/) {var usrarray = [];var item = new GlideRecord('sc_req_item');item.addQuery('request',curr...

Swetha M by Mega Guru
  • 533 Views
  • 2 replies
  • 1 helpfuls

UI actions on analyst workspaces

We've a UI action REQUEST IP BLOCK on our security incident form and it does the following, populates the IP block into the form field.  var ip_block = new GlideRecord("u_ip_block");//var inc_record = new GlideRecord("sn_si_incident");ip_block.u_sec_...

Swetha M by Mega Guru
  • 356 Views
  • 6 replies
  • 0 helpfuls

How to send notification in teams through private chat ?

Hi ,context- need to send notification in teams through private chat to the assignee of the incident when SLA is about to breach. i have done my research but unfortunately i couldn't able to find a proper document/way to send notification to private ...

Nive by Tera Contributor
  • 594 Views
  • 2 replies
  • 1 helpfuls

Resolved! Update field value on a form based on value in related list

Hi Team, My requirement is to update the (state value)dropdown field value of the Purchase order based on the state of the assets in the related list on the same form. If asset state is instock/available, then the PO state should be Received.

Swetha M by Mega Guru
  • 1163 Views
  • 2 replies
  • 1 helpfuls