The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Adding database view to report

Hi all, I want to create a report in servicenow on the sc_req_item table and I want to show a list of hardware catalog item and group by department (cmn_department, only issue is that I cannot dot walk from a "department - reference field variable" t...

cicgordy_0-1699461180546.png cicgordy_1-1699461354670.png cicgordy_2-1699461386344.png
cicgordy by Tera Guru
  • 479 Views
  • 3 replies
  • 0 helpfuls

User with other language is not able to find an item

Hi All, I have an issue with diplaying catalog item in sp.When I was creating an item I switched to german and I've translated the name to german.But when I impersonate user with this language, then I am not able to find this item..Do you know what c...

Kasia5 by Tera Contributor
  • 372 Views
  • 2 replies
  • 0 helpfuls

Encountering Error after importing update Set.

I have created Knowledge base in our scoped Application with 2 articles.I want to export this knowledge base to other PDI.But Its giving error . Cannot commit Update Set 'KB' because: Update scope id 'global' is different than update set scope id '0d...

gautam7424 by Tera Contributor
  • 541 Views
  • 1 replies
  • 0 helpfuls

Issue with Script Include - Unhandled exception in GlideAjax

I think I am pretty close with this, but getting error Unhandled exception in GlideAjaxI am creating MRVS, when asset is selected I need to populate the assigned_to for the asset. My script includesvar FindAssetAssignedTo = Class.create();FindAssetAs...

Community Alums by Community Alums  
  • 805 Views
  • 7 replies
  • 4 helpfuls

Translate String in an UI Policy with addDecoration

"Hello everyone, I need to translate the string inside this g_form.addDecoration to another language. How can I do that? Using sys_translated and sys_translated_text doesn't seem to work. Any ideas?" Below my Script function onCondition() { g_form.ad...

Dario_C by Mega Sage
  • 472 Views
  • 4 replies
  • 1 helpfuls

Duplicate Dashboard

Hi all, How do I enable people to create a duplicate of a Dashboard not owned by them, without them being able to edit that primary Dashboard? Background information/context:We have a need for users to create a copy of a "standard" dashboard where th...

Pankaj Garg by Tera Contributor
  • 6068 Views
  • 6 replies
  • 3 helpfuls

Resolved! JSON String (Get value from string using Client Script + Ajax)

Script Include:var NewGetRequestedItemVariablesAjaxJSON = Class.create();NewGetRequestedItemVariablesAjaxJSON.prototype = Object.extendsObject(AbstractAjaxProcessor, {NewgetUsersValues: function()   { // var NItems = [];   var cat_id = this.getParame...

errabelly by Giga Contributor
  • 5213 Views
  • 9 replies
  • 0 helpfuls

Retrive Oauth Token from script

Hi community, I am trying to get the access token from script as follows: var r = new sn_ws.RESTMessageV2();r.setEndpoint('https://<INSTANCE NAME>.service-now.com/oauth_token.do');r.setHttpMethod('POST');r.setRequestHeader('content-type', 'applicatio...

alebuc by Tera Expert
  • 405 Views
  • 2 replies
  • 0 helpfuls

Resolved! Parsing email body from an Inbound Email action

Hi,  I have a little issue with parsing a certain value from an email. I am trying to parse the value "devicename" (R1 Choa Chu Kang) and then populating the cmdb_ci field on an incident form.  Below is a preview of the inbound email   Below is the ...

find_real_file.png find_real_file.png
Waseem Abbas by Kilo Contributor
  • 5865 Views
  • 3 replies
  • 7 helpfuls