Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Resolved! Virtual Agent message

Hi I need  to change the text(Please wait while I connect you with a live agent.) in the agent chat windowi tried  looking in to the messages(sys_ui_message) and property tables and i didn't find anything related  can anyone help me out

KARUNK by Tera Contributor
  • 2384 Views
  • 8 replies
  • 1 helpfuls

Trigger an Sla based on a date

Hi All,I have a requirement where I need to trigger an SLA with Target = Resolution to ensure that it is triggered on the same date as the value of a variable (on catalog item) for example if i choose 25th May 2025  the Sla has to start on that speci...

Attach workflow to RITM created using Micorosft flow

I am using below steps in MS Flow to create Service request ticket in ServiceNow:1. create REQ2. create RITM Ticket gets created, however, I do not see workflow of Catalog item attached with the RITM. Can someone please guide on how I can achieve it?

jabnis by Tera Contributor
  • 500 Views
  • 2 replies
  • 0 helpfuls

Scheduled Import Not working when triggering from BR

Hello Team, I'm facing issue while scheduled import triggering from BR in Global Application.BR Table : sc_req_itemBR Condition: After InsertPlease find the Business Rule Script Below (function executeRule(current, previous /*null when async*/ ) {   ...

HTML Field change height

Use Case:I have an HTML field which is readonly and I want it to adjust height via script depending on the number of characters. Sample:If the HTML field has only few characters then it should adjust height automatically. Thanks!

Resolved! How to get integration URL in script include.

Hi Everyone, I have created a custom Scripted REST API. I am sending a data to post in incident using postman, where I get the payload in form of JSON and which I send from scripted REST API to script include. I am able to get payload, but I am not a...