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

Forum Posts

Resolved! Get value of any attribute from XML data in JavaScript?

Hi Experts,I have requirement where I need to fetch the value from the XML, Below is the XMlwhich I'm storing in one variable.var xml = <?xml version='1.0' encoding='UTF-8'?><tsResponse xmlns="http://tableau.com/api" xmlns:xsi="http://www.w3.org/2001...

Community Alums by Community Alums  
  • 1203 Views
  • 1 replies
  • 1 helpfuls

Flow designer context error

Hi All,I have created a one small flow designer and attached it to one of the catalog items. After submitting the request, on RITM form when i click on flow context, I am getting below error message"There was an error loading the execution details fo...

Community Alums by Community Alums  
  • 855 Views
  • 1 replies
  • 0 helpfuls

Auto Populate Entitlement

Hello,Based on "Asset" selection on case from need to auto populate the recently updated Entitlement  in "Entitlement" field on Case form.Conditions: Selected Asset Entitlements only to showRecently updated Entitlement need to populate Start Date sho...

Pandu3 by Tera Contributor
  • 1438 Views
  • 11 replies
  • 1 helpfuls

How to check and replace UTF BOM characters in a String

How to check and replace UTF BOM characters in a ServiceNow StringWe have found that while using flow designer to send data via web service integrations or doing general string data processing an unprompted UTF-8 BOM character is added by the flow de...

Redirecting to another widget from Portal Widget

Hello All,I have a Portal Widget which has to redirect to another widget.Right now I use the below code:var url = "https://dev112799.service-now.com/sp/?id=demo_widget_for_manage_acc&ci="+ci+"&env="+env;I have hard-coded the URL, how to use the prope...

DPrasna by Tera Contributor
  • 1539 Views
  • 2 replies
  • 0 helpfuls

Resolved! Dashboard report results different from drilldown

Hi, I have some users that cannot see the same results as the admin on a dashboard report.However they have permissions to see the records and when they drilldown on the report, the list view shows the correct number (the same as the admin - 207 inst...

Example 001.png Example 002.png
Filipe5 by Kilo Expert
  • 1199 Views
  • 4 replies
  • 2 helpfuls

Resolved! How update a field for multiple records

Hi,I am trying to update a string field on user record for some users using the fix script , but I am not able to do it .Please suggest. var cID = new GlideRecord('sys_user');cID.addEncodedQuery("user_nameIN");cID.query();while (cID.next()) {var uID ...

Mrman by Tera Guru
  • 1691 Views
  • 9 replies
  • 0 helpfuls