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

Forum Posts

List Client & Server Scripts on Embedded list

Hi all,does anyone have any documentation regarding the "List Client Scripts" and "List Server Scripts" ?I found them in Embedded lists, but not sure how to use them / what's the context, if there is any return value in server script and so on....

Can I merge user accounts?

Is there an easy way to merge user accounts together?  We have an AD integration for users, however our ServiceDesk here has the ability to create users if they can't find them in the system.  We've ran into some duplicate users(which have records as...

booher04 by Tera Guru
  • 4441 Views
  • 1 replies
  • 1 helpfuls

None in Catalog Client Script After clearOption()

Hi Experts,I am trying to dynamically get "Subcategory" based on "Category" from incident table using catalog client script for Service Portal.Every time category changes the subcategory getting populated normally. No issues.But the issue is that get...

SNOW User8 by Giga Guru
  • 7776 Views
  • 17 replies
  • 7 helpfuls

document.getElementById not working

Dear all, I have a record producer that I am displaying in a GlideModal using below script : var gform=new GlideModal('test_producer',false,'modal-lg'); Then I have a UI page named "test producer" define as below : HTML script : <?xml version="1.0" e...

wakespirit by Kilo Guru
  • 6803 Views
  • 13 replies
  • 0 helpfuls

Resolved! Condition Builder: is (dynamic) operator

For the Condition builder, what does the "is (dynamic)" operator do? When you select this operator, you can set it to be "Me".  I was under the impression that this is equivalent to u_field == gs.getUserID () but it doesn't seem to be operating that ...

tahnalos by Kilo Sage
  • 2542 Views
  • 2 replies
  • 1 helpfuls

List Field values in Record Producer

Hello All, I have created a List field on dmn_demand form and I have created a record producer for intake process from end user. I am not able to create a variable to show the values of List field on Demand form to users on record producer.    The Li...

vishcloud by Kilo Contributor
  • 2567 Views
  • 6 replies
  • 2 helpfuls

Resolved! Make the (RITM)catalog Task variables Read Only

Hi All, I need some help to figure the best practice to make the variables read only or non editable on catalog task of RITM Note : there are multiple huge number of catalog items. However I cannot created UI policy for each and every item and theref...

Resolved! getElementById() not working

Hi all, In trying to enhance the functionality of a widget in the service portal, I have come across what I fee is an error. I am using the method "getElementById()" on an element that I know for sure exists, and it is coming back null. Is there a wo...