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

Forum Posts

Resolved! Scripted REST api for record producer

Hello Experts,How to configure the scripted rest API  for updation of incident record producer.If possible give me an example of a put method script  

Rajveer by Tera Expert
  • 4122 Views
  • 2 replies
  • 2 helpfuls

Resolved! Ng-change not working on widget

Im using ng-change to get the value which is selected but its throwing error<div> <select name="versions" ng-modal="versions" ng-change="c.passversion(versions)" class="custom-select"> <option selected>----Select Version----</option> <opti...

Prem13 by Tera Contributor
  • 2589 Views
  • 1 replies
  • 1 helpfuls

Make fields readonly and also editable on clicking UI action

Hi Team, Need help in following requirement: Make fields read-only (Assigned To and Assignment group) once filled in Case form and once users click on Transfer button, then Assigned To and Assignment group editable so that users can transfer ticket t...

maneesh3 by Tera Contributor
  • 1871 Views
  • 5 replies
  • 0 helpfuls

Sending JSON through Create record resource

Hi,   I'm trying to create a record through the UI builder. I've followed the steps as in https://www.youtube.com/watch?v=ELScILWb-LA and it works except for this. I need to send JSON. When defining the templateFields variable, it works if I pass a n...

I want to display reports in the service portal.

Dear Experts. I would like to display a report that is displayed on the Dashboard on the Service Portal as well.Please tell us about the following (1) Can reports be displayed in the Service Portal in the first place?(2) If (1) is possible, I would l...

M_Tomy by Tera Expert
  • 1403 Views
  • 2 replies
  • 1 helpfuls

How to set Email Variable to accept multiple entries

Hi Devs, Looking for advice on how to change this field to accept and validate multiple email addresses:My thoughts are:Keep variable type = "Email" but enable user to enter multiple email address (not sure how this can be done)Change variable type t...

Dee00_0-1678779567756.png
Dee00 by Tera Contributor
  • 2247 Views
  • 3 replies
  • 0 helpfuls

Where is gs.debug() output?

I use gs.debug to generate some debug message. I have enabled Session Debug in my application.   I even tried "Enable All" under System diagnostics-> Session Debug and Debug Log. Still don't see the debug message printed out in System Logs > System L...

hghg by Kilo Contributor
  • 30481 Views
  • 10 replies
  • 17 helpfuls

Issue with creating order guide request using script

Hi I am using the below script to create an order guide request using scripting. It creates a request as well as the RITM according to the rule base, but it is not assigning values to the variables in the RITM. See Screenshot. What is wrong here? As ...

HTML field is not properly Loading in Agent Workspace?

Hi all,HTML field not properly loading on Agent Workspace. First of all I want to confirm that do we need to configure separately for Workspace view? In the below screenshot you can see that the HTML field did not have minimize and maximize buttons a...

SiddharamTakal_0-1678720786081.png SiddharamTakal_1-1678720870274.png
Sid_Takali by Kilo Patron
  • 1558 Views
  • 2 replies
  • 2 helpfuls

Resolved! Get field value of GlideRecord (best practice method)

var gr = new GlideRecord('incident');gr.addQuery('active', 'true');gr.query();if (gr.next()){   // This way ?   gr.sys_id;   // Or this way ?   gr.getValue('sys_id');}Which is safest/best method to get the value?   Dotwalk the gr object or use the bu...

xiaix by Kilo Sage
  • 39704 Views
  • 7 replies
  • 22 helpfuls

Link to dashboard

I created a dashboard for IM and want to provide a link in Incident management to open this dashboard. How to do it?

Khanna Ji by Tera Guru
  • 8332 Views
  • 14 replies
  • 10 helpfuls