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

Forum Posts

Retrieving .txt file from Ftp Server

Hi SN Community,I have a requirements to pull the logs from the ftp server and the file extension is .txt.I want to get the data starts from row 14 until the end of row data.How to achieve this?I'm using below code, but still getting the data from ro...

Xhare_0-1726477043348.png

Get the current browser url in UI Builder

Hi,Is there a way how we can get the current browser full url in UI Builder.I have tried using gs.getProperty('glide.servlet.uri'); I am only getting the https://<instance-name>.service-now.com/ But i need the full url.Thanks.

Hari1 by Mega Sage
  • 712 Views
  • 1 replies
  • 0 helpfuls

Resolved! Impersonation in a scripted REST API

Hello Community, I came across an issue when developing the scripted REST API (global scope).Dedicated User account is used for the integration purposes, however, I need to be able to impersonate other Users via script, so that specific actions are t...

Mike50 by Kilo Guru
  • 2356 Views
  • 4 replies
  • 0 helpfuls

Add a field to a form that has a clickable URL link in it?

Hi What would be the best way for me to add a field to a form (eg incident) which contains a clickable URL link in it. The URL is not a fixed link and it would specific to that particular record.The URL is generated via a function but my understandin...

Kiran_25 by Tera Expert
  • 2445 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to find the record from sys_id

Hi, there. I'd like to know how to find the record from a specific sys_id.If I know this sys_id is about incident, record producer, etc, I can find it by using e.g)sys_id=5d795d9047118610605eefbf016d4347, I  know that this sys_is is incident.I put sy...