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

Forum Posts

Resolved! Flow designer - Inbound email trigger

Version:  NY Has anyone got the inbound email trigger for flow designer to work? What I want to do is catch an inbound email from a specific user. The user and e-mail address is known and is going to be the same every time. The flow skips the email a...

Resolved! getByFormat is not working as expected

The below script is not working as expected. The variable longDateTime should print value as "December 31, 2019" but it is printing as "December 31, 2020". var current = new GlideRecord('proc_po'); current.addEncodedQuery('u_amat_poSTARTSWITH44004752...

How to set up an announcement in two languages?

Hi friends,   I am trying to setup service portal announcement in two languages. When I create a new announcement, (service portal -> announcements ), I get only room for 1 paragraph. And I would like room for 2 paragraphs, 1 for french and the other...

phantom7 by Tera Expert
  • 2779 Views
  • 4 replies
  • 1 helpfuls

Attachment Upload Rest API - JAVA

Hello ,I am trying to upload an attachment to an ticket using below JAVA code. String postData = "{\"table_name\":\"u_portal\",\"table_sys_id\":\"091feee8ab18110c778\",\"uploadFile\":\"/ServiceNow_Rest/src/com/servicenow/integration/upload1.JPG\"}"; ...

arjun6080 by Kilo Explorer
  • 11021 Views
  • 13 replies
  • 1 helpfuls

How do I see attachments on a Knowledge Article that is not created with the "standard" template, when I search from the main Service Portal homepage (/sp)?

We are seeing a difference in search results behavior from our Service Portal homepage (/sp) between Knowledge Articles (KAs) created with the 'standard template' and Knowledge Articles (KAs) created with the other templates (Ex. 'FAQ'). The KAs crea...

find_real_file.png find_real_file.png find_real_file.png find_real_file.png
Coop1 by Giga Contributor
  • 5206 Views
  • 3 replies
  • 3 helpfuls

SCCM Integration Mapping question

Hello,We are setting up an SCCM configuration and we have pulled our data into Service-Now via the Mid server. We are in the process of testing the process and one of the issues we have is we would like to have is the mapping from SCCM to Service-Now...

mdidrikson by Kilo Contributor
  • 8413 Views
  • 19 replies
  • 0 helpfuls

Resolved! getAggregate returns null

The following script returns the values I have put as comments. Can anyone help with the correct syntax to have getAggregate return 832 like getRowCount does? var gr = new GlideRecord('incident'); gr.addQuery('active', '=','true'); gr.addAggregate('C...

RichGK1 by Mega Expert
  • 2352 Views
  • 5 replies
  • 5 helpfuls

Resolved! How to access variable set values from another variable set

Hello, I have record producer with 2 variable sets. I need to decide whether to show the second variable set based on the value that is entered in the first variable set. I assume that a UI Policy or a client script should solve this issue, however, ...

Mohammad1 by Tera Contributor
  • 12173 Views
  • 23 replies
  • 2 helpfuls