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

Forum Posts

Trying to add display text to a URL field type

Hi Community,  I have a script that is populating a HTML link into a field type of URL.   The script and link are working perfectly but since the full URL in the link column takes up a good portion of list view screen, I'm trying to figure out if it ...

jefff1 by Kilo Explorer
  • 15833 Views
  • 10 replies
  • 11 helpfuls

Script to trigger REST message

Requesting your help to trouble shoot my code.1. here is the json sample request body I got from the client{"entityType": "ASSET","update": [{"entityId": "123456","fields": {"item": [{"name": "Asset Status","value": "Received"},{"name": "Total Cost",...

Is there a limit to the row count in a Decision table?

When the number of rows in my decision table reaches about 180, it stops displaying the condition for the first 20 rows. Here, row 20's Condition column is suddenly empty, while 21 and every row thereafter appears normal.  If I open row 20 in the dec...

thomaskennedy_0-1704333676591.png thomaskennedy_1-1704333810126.png

Resolved! Issue in updating Due date on RITM & Request

I have requirement where i have the requirement to set due date on RITM & Requests. I tried to achieve it using Business Rule ( Before, Insert) and used below code. But somehow it is not working.var gd = new GlideDate();gd.addDays(4);current.u_estima...

Resolved! how to trigger REST API using scheduled job

Hi, requesting the members of this forum to please help fixing the issueRequirement: whenever an asset is updated, send the updates to a third party tool using REST API.STEP1: created connection - DONESTEP2: Create rest api and PUT method with the en...

How to concat multiple value in one variable

HI,in catalog item, I have to show on 1 variable named  the concatenation of 3 information from the same record (core_company_list)-plant-company code-Name below what should be appeared in the variable.How Should I do?thanks for your support.

florence2_1-1707922046257.png florence2_0-1707921849284.png
florencel by Tera Contributor
  • 1695 Views
  • 3 replies
  • 0 helpfuls

Resolved! Now Agent Mobile app upgrade question

Hi,We have a number of users with the Servicenow 'Now Agent' installed on their iphones. However there is a lot of inconsistency over what versions people are running. Some are on the latest 17.2.1, but many are still on 17.1.0. Can anyone advise if ...

Cirrus by Kilo Sage
  • 1321 Views
  • 3 replies
  • 2 helpfuls

Transaction Number

Using transaction number on the syslog transaction table can we query all the logs associated with that transaction?