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

Forum Posts

Resolved! Endpoint does not appear on UI page

When working on UI Pages, the endpoints do not appear under the Direct checkbox as shown in the image below. Where can I find the .do endpoint of the UI page? I need to insert the URL into an applet.

find_real_file.png
MrBun256 by Tera Contributor
  • 2455 Views
  • 4 replies
  • 4 helpfuls

Add fields dynamically on form

Hi All,  I have a form for which users need to add additional fields.   Rather than offer them an "other" choice which limits them to just 1 entry, we want to have a "+" symbol which will allow them to create and name the field(s).   These fields sho...

ruzbehv by Mega Guru
  • 12055 Views
  • 13 replies
  • 9 helpfuls

Add Reopen Incident Button on Ticket Page in Service Portal

Hi Everyone, There is one requirement came up to me that they want Reopen Incident UI Action Button for end users in Service Portal Ticket Conversation page. Can anyone suggest me how to achieve this requirement? And this Reopen Button should be vis...

find_real_file.png
SNOW46 by Tera Contributor
  • 3639 Views
  • 6 replies
  • 1 helpfuls

Resolved! Sent email (reply) not showing in activities.

I sent a reply email from the email client and not seeing it in the activities. Could this be because of the client template that is being used?  Table for case is  sn_hr_core_case_relations I have the glide.ui16.emailStreamResponseActions set to tru...

find_real_file.png
Randy33 by Tera Guru
  • 1468 Views
  • 5 replies
  • 0 helpfuls

Configuring Choice Lists in Domains

Hi all,I'm configuring a some choices lists for fields in the cmdb_ci_server form in a domain separated environment.   Most choices apply to all domains so I was keeping them global or in a high-level process domain but there are a few specific to di...

asd13 by ServiceNow Employee
  • 2828 Views
  • 3 replies
  • 2 helpfuls

Display string with new line in g_form.showFieldMsg()

Hi All, I am using method g_form.showFieldMsg() to display string, need to display string with new line as given below  a. String oneb. String two tried to use "\n" as "a. String one" + "\n" + "b. String two" however it didn't work in this case & got...

tapannigam by Giga Contributor
  • 4962 Views
  • 6 replies
  • 10 helpfuls

Resolved! Add timer on ui page

Hi All,I have created a custom ui page that gets opened on click of a ui action on ritm. I am passing few values from ritm to this ui page. Ui Page as below:   For each checkbox on the page, i need to set some timer ,say 5sec each. So in this case to...

find_real_file.png
Rj27 by Mega Guru
  • 2036 Views
  • 6 replies
  • 2 helpfuls

Sending notification to approvers for pending approval

I have to send notification to all approvers for the request which is pending in their queue for approval. I have created a scheduled job where i am calling an event. This event is then used in notification. But no notification is triggered. Please s...

find_real_file.png find_real_file.png find_real_file.png
Geeta5 by Giga Contributor
  • 2484 Views
  • 8 replies
  • 0 helpfuls

Resolved! How to separate Json Array of Strings

Hi ,  I need to separate each of these below arrays into 8 separate arrays so that I can pass these to a method. Now the length shows as the length of total string and not 8. contentMap received :[ {"column":"u_kb_index","content":"SCOM_CUSTOM_Servic...

Chinmayee1 by Giga Contributor
  • 2954 Views
  • 11 replies
  • 1 helpfuls

Resolved! creating a new record when ui action button is clicked?

i have a related list and the fields of the same table above when i click on button a new record should be created and related list has to be updatedcan you please help with the codeexplorenowamlanpalshloke04

Kiddy1 by Tera Contributor
  • 4684 Views
  • 8 replies
  • 2 helpfuls

Resolved! GET method in inboud REST API

How can i create a scripted REST API that Retrieve incident state and send back to POSTMAN(or any third party) based on received incident number from third party. Can someone hepl with exact steps to follow

SNOW39 by Tera Expert
  • 2330 Views
  • 4 replies
  • 0 helpfuls

Resolved! Populate variables in cart api

Hi all, I'm tring to populate variables in cart api, Below is my coding: var cartId = GlideGuid.generate(null); var cart = new Cart(cartId); var item = cart.addItem('e46305bdc0a8010a00645e608031eb0f'); cart.setVariable(item,'os','Linux Red Hat'); va...

HuChin by Tera Contributor
  • 3670 Views
  • 5 replies
  • 3 helpfuls