ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Need to show prices of catalog items in specific currency on Service portal instead of users' local currency

Hello All, I needed some insights on how to show the prices of cat items on service portal on defined currency on the item instead of users' local language. The client instance has localization enabled. Currently on the service portal checkout screen...

tirtha1 by Tera Contributor
  • 4773 Views
  • 13 replies
  • 1 helpfuls

User script to add attachment to data source

I use a MID Server script include to edit a file, then add to a data source. It runs and no error occurred. However, I don't see the attachment added on the data source. Any idea why? Here is my script:   var header = ("account" + "\n"); this.log("Tr...

AW1 by Tera Contributor
  • 2186 Views
  • 2 replies
  • 0 helpfuls

Credentials issue for Microsoft AD spoke

Hi All, We have recently installed IntegrationHub and setting up the things to use Microsoft AD spoke. I have created the Credentials record by giving the Username and Password of the Service account. While trying to test the credentials by clicking ...

Resolved! Setting, or updating variables in flow designer

Hi all, I'm trying to update a variable on a task (or ritm) from within a flow in flow designer. What I have done is: 1. Create a custom action called "update TASK variable" 2. created three inputs, one reference type called task that references the ...

Derek C by Tera Guru
  • 27316 Views
  • 10 replies
  • 38 helpfuls

TABLE API : query over multiple tables

Hi, I'm using the table api to get to retreive some information. Something like; .../api/now/table/u_responsibilities?sysparm_query=u_related_to.company=dc01d2a0a0a280a00c2bd3065d88de A part of the XML-output look like ; <u_email>xxxxx@***.***</u_ema...

Paul108 by Kilo Explorer
  • 4470 Views
  • 4 replies
  • 5 helpfuls

Resolved! add Duration to Date/Time

Howdy--I have a record that has the following fields:u_start_time (Date/Time)u_end_time (Date/Time)u_activity_duration (Duration)In a Business Rule, I am trying to add u_activity_duration to u_start_time to calculate u_end_time.I have tried the follo...