Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

How to fix decimal places in reporting currency fields.

I have a currency type field in my table and I need to create a sum chart of these values. However, when I create the chart, 4 decimal places are added to my report and the value ends up being reduced. For example: original value (10,000.00) on my ch...

CarlosDaniel_0-1680701302367.png CarlosDaniel_1-1680701302382.png

Resolved! widget data to record producer

Is there any way to retrieve a widget data and create a new Record Producer based on that data.If someone have a solution please advice me to achieve this.         I want to create a new Record Producer based on this details. (New Record Producer as ...

find_real_file.png
SNOW User8 by Giga Guru
  • 5471 Views
  • 15 replies
  • 1 helpfuls

Resolved! current.setValue() or current.field_value is not working

Hi All ,Good eveningMy query is I am fetching the Jira key, id, and statuscode from the response body and updating the same values in the below incident form. I have create Async business rule, code is below(function executeRule(current, previous /*n...

MadhusagarPal1_0-1680699082823.png MadhusagarPal1_1-1680699082838.png MadhusagarPal1_2-1680699082845.png

Resolved! Which table is Flow Executions stored in?

I want to build a UI page that has a list of the flow executions in it but I can not find which table the executions is stored in.  I want to have something similar to Flow Designer Executions tab on my UI page.  See screen shot

find_real_file.png
Cory B by Kilo Expert
  • 15863 Views
  • 8 replies
  • 8 helpfuls

Resolved! Field Permissions API

ServiceNow forms in Portal will apply the UI Policy, Client Script and ACL permissions on each field. I would like to make some fields editable from a list view.  And, I would like to build some cleaner forms without ServiceNow Forms. Is there an api...

Rob Joy by Tera Expert
  • 1142 Views
  • 2 replies
  • 0 helpfuls

Import Application from GitHub using SSH deploy key

Hi, I am trying import application from GitHub repository using SSH key.  The public key is uploaded to GitHub as deploy key with read/write access.  The private key is imported to ServiceNow as SSH Private Key credential.  I am getting the error "Re...

echong by Kilo Explorer
  • 2711 Views
  • 6 replies
  • 5 helpfuls

GlideRelationship is not working in scoped application

Hi Team,I have cloned the OOB Data table widget in a scoped application, while doing the same I am gettting error "GlideRelationship is not working in scoped application" below is the snipped of code where this has been used.if (data.relationship_id)...

Sivakumar10 by Tera Contributor
  • 1224 Views
  • 6 replies
  • 0 helpfuls

Resolved! Who can escalate Incident in Servicenow?

Hi All, Who can escalate incidents in ServiceNow (like caller or assigned to ,,....etc.) and How they will escalate? I need to know the complete process. Thank you in advance!!

MH3 by Tera Contributor
  • 815 Views
  • 1 replies
  • 0 helpfuls

Resolved! Email Reply

Hi,When servicenow receives an email reply of a email that was sended from a record, with watermark (eg: records like RITM or INC), is a default behavior of servicenow automatically create a journal entry on the source record (RITM, INC) for the emai...

LucasRomani1_0-1680624430173.png

Resolved! UI Action for state update

Hello All,I am trying to update the state of the ticket with a button" moved to next state" based on the current state, using if else, like if current state is draft the state will update as assign, if current state is assign then state will be updat...

SnowUser09 by Tera Contributor
  • 1472 Views
  • 4 replies
  • 4 helpfuls

Resolved! Catalog Client script not working in portal

I have written catalog client script on variable set.Whenever i add record in multirow variable set i need to get record count in alert.This script is working when i exceute in TRY IT Scetion. But this script is not working in sp portal when i add ro...