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

Forum Posts

Resolved! How to see more records in a list

Hi ServiceNow Community Developers,I have a quick question guys, I used to know this but now I can't, for the life of me, see where its done in the system. I just joined a new company (still nervous) and they are on Eureka, we were still in Dublin in...

johannes5 by Giga Expert
  • 21992 Views
  • 7 replies
  • 11 helpfuls

Undocumented encoded JOIN query syntax?

All, I have found a strange piece of code in in the OOTB Script Include "ChangeCollisionHelper": /** * Get all the CI GlideRecords that depend on the given CI * * return GlideRecord */ ChangeCollisionHelper.getCIDependants = function (ciSysId) { ...

Header Menu is not working

Hello,I was trying to customize my header menu in the portal. For which I cloned the header menu . Since the Angular-ng template was not cloned I even cloned that as advised in one of the post in the community. But after that also it is not working.T...

purva1002 by Tera Contributor
  • 3277 Views
  • 5 replies
  • 0 helpfuls

Resolved! Insert Record In Custom Table - Inbound E-Mail Action

Hi there, Is there a way of creating a record in a custom table when the recipient(s) to the inbound email are "****@******.com"? I have been reviewing the ServiceNow Docs and community but can't find a way to do this. I have created a new inbound em...

-Andrew- by Kilo Sage
  • 3053 Views
  • 16 replies
  • 0 helpfuls

Resolved! building an array with XML elements to populate a field

Hi,I am looking to do the following in   ServiceNow... I have a client callable script include with the SOAP response (an XML doc). All I want to do is iterate through the XML document... and obtain all the elements that tag = 'value'. Thanks in adva...

Resolved! setDisplayValue() not working for scoped app

Hi Team, I have a requirement where i need to copy my Risk assessment response to my Risk forms. But i am not able to assign values. Here is my code snippet: var getResult = new GlideRecord('asmt_metric_result'); getResult.addEncodedQuery('source_i...