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

Forum Posts

Resolved! Reference Qualifier

I have two fields "Select the group" and "Select the branch" . I have a table Sys_choice where I have Element Group and another Element Branch in the Element Branch table I have a field "dependent value" where I have set the Group name and as an exam...

markdart by Kilo Guru
  • 834 Views
  • 3 replies
  • 0 helpfuls

Encryption of Field Cause Script Include to Fail

I have a script include that imports employees from our HR System.  The issue is the script now fails when it executes the encryption code.   //Encrypted fieldsemployee.u_last_four_ssn.setDisplayValue(this._getLastFour(d.ZY_CT_KEY_FLD));employee.u_la...

Randy33 by Tera Guru
  • 123 Views
  • 1 replies
  • 0 helpfuls

How to set Variable from g_modal using UI Action?

Hi,I'm trying to set a variable from g_modal using a UI Action. The goal is to set the value from the button to the variable, but this doesn't work. If I try to save it to any field, then it works properly.Any thoughts on how to save the value to a v...

miro2_0-1762783190785.png miro2_0-1762783295390.png miro2_1-1762783317736.png
miro2 by Mega Sage
  • 188 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to add "Run SLA calculation" to a script

I'm modifying the end time on a lot of old tickets. This is a one time deal to fix an issue.   The below script works for that but the SLA calculation is not updating. I found the Run SLA Calculation action that is doing it in the normal closing proc...

ashamankun by Giga Contributor
  • 2773 Views
  • 4 replies
  • 1 helpfuls

addEventListener not working in Service Portal

 Hi everyone,I'm working with a catalog item and trying to perform a calculation whenever a user types into a single-line text box variable. Here's what I did: var s = g_form.getControl("variable_name"); s.addEventListener('keyup', functionName); fu...

Resolved! How to hide the OOTB dashboard?

When I opened the "IT Agent Dashboard" (sys_id:f7c7986e4324821097aac6ecbab8f2fb) from the list displayed in Self-Service>Dashboards to hide it, the following message appeared. ã€€You cannot edit this dashboard because it is marked as read only. Duplica...

html5lv2stu by Tera Contributor
  • 1016 Views
  • 6 replies
  • 1 helpfuls

Inbound Email Action - Forward

Hi folks!I’ve been trying to configure a Forward Inbound Email Action. There’s a script that should create an email reply to the sender.In my test, the user exists in the instance with the same email address (test@outlook.com). The condition is simpl...

PauloMachado_1-1762807663047.png PauloMachado_2-1762807932149.png

EVAM Add To Cart

I am looking to modify the Catalog EVAM to add a button to add the item directly to the cart instead of having to navigate to the form and then add to the cart. Has anyone done this or have any suggestion on modifying the template and adding a button...

Service Portal: List Search Widget Not Filtering by User Branch

Hi, I’m working on a Service Portal page where I’ve added a List Search widget to display records. The requirement is that users should only see records belonging to their own branch. For example, if I’m logged in from the Delhi branch, only Delhi br...

mjeeshan_1-1762776525916.png mjeeshan_0-1762776265803.png mjeeshan_2-1762776666704.png
mjeeshan by Kilo Contributor
  • 67 Views
  • 1 replies
  • 0 helpfuls

Incidents showing up in AI Search type ahead

Hello community-We have enabled AI SearchAll is good except...When I enter in an INC number, example: INC0012345, it shows up in the type ahead search results. The user can then click on the type ahead result and is taken to a page that we have NOT c...

magee by Tera Guru
  • 92 Views
  • 1 replies
  • 0 helpfuls

Password sharing with SFTP third party users

Hi  We have a Use-Case where I am trying to resolve this via ServiceNow, need some inputs if we can do it! Currently, We create SFTP link and users/passwords in the SFTP system and then send the password information via emails to them. Is there any w...