We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Forum Posts

Question on report creation with external import

Hi, I tried to create a report with External Import as the data source. I am good with the first file import for a report, but when I tried to create another report with a second file import, I got below error: A table with this name already exists. ...

bigguyjun1_0-1713193682025.png
Community Alums by Community Alums  
  • 623 Views
  • 3 replies
  • 0 helpfuls

Service Portal KBs

Hi, Community. Our client have different portals depending on the brand, we are using kb_view2 to display their KBs. We have a planned implementation to translate KBs where we will only display KBs according to user's preferred language. Our approach...

Apply template to inc using Scheduled Jobs

Hi AllSo I have this running every 20secs var templateGr = new GlideRecord('sys_template'); templateGr.get('93114dcec3250210c6b0bbec050131d3'); if (templateGr.isValidRecord()) { var targetRecord = new GlideRecord('incident'); targetRecord.ge...

e__zcarss by Tera Contributor
  • 327 Views
  • 1 replies
  • 0 helpfuls

Resolved! UI Macro client side communication with external system

 Hello,I have an inquiry concerning UI Macros and integration with external systems. We operate a system developed in NodeJS, capable of generating various types of data, including snapshots and chat messages. Once the user finalizes the data generat...

Resolved! Add funding amount and Source entered on Demand intake form

Good morning friends,minimize the amount of customization/modification.I'd like to have the funding amount and source entered by the submitter on-demand intake form on the portal side and then have it linked to the Financials tab on-demand form on SN...

Sonali01_0-1712583890940.png Sonali01_1-1712583959399.png
Sonali01 by Tera Contributor
  • 885 Views
  • 4 replies
  • 2 helpfuls

Resolved! Please help with Business Rule script.

Hello,I have been trying to update the RITM work notes.  Somehow, the script did not work.  Please help review the code and provide suggestion to fix it.  Thank you   

Annie10_0-1713163010878.png Annie10_1-1713163053042.png
Annie10 by Tera Contributor
  • 1008 Views
  • 9 replies
  • 4 helpfuls

Hide and display record per User Roles

Hi ! I need to display case records with Numbers starting with the word "RIQ" with the role "sn_customerservice.customer". Below is my code in Business Rule which is currently not working. Everyone please give me the solution to this problem!Thanks !...

jasoncao by Tera Contributor
  • 422 Views
  • 1 replies
  • 0 helpfuls

Resolved! remove/hide value from reference field

HelloI have a requirement, In change request based on Assignment group their a two Assigned to fields. The user present in first Assigned to field should not be available while selecting the second assigned to field & vice versa.For Eg: If Assigned t...

KrutikaValanj2_0-1713178302030.png

Resolved! Promise.catch not allowing to save

All - I am trying to use promises in my ATF step configuration like below, and not able to use it in my script. Is there anything wrong here or missing any? Appreciate any help.  //Allows to SAVE, executing the promise too - but at the end, errors sa...

Shan C by Mega Guru
  • 1485 Views
  • 2 replies
  • 1 helpfuls