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
  • 3670 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
  • 5071 Views
  • 17 replies
  • 7 helpfuls

Resolved! Business rule executing twice

Hi All,   One of the BR written on sc_request table executing twice, BR: Advanced :   if (current.operation() != 'insert' && current.comments.changes()) { gs.eventQueue("sc_request.commented", current, gs.getUserID(), gs.getUserName());} if (current...

find_real_file.png
Community Alums by Community Alums  
  • 2052 Views
  • 7 replies
  • 1 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
  • 5021 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
  • 1554 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
  • 1447 Views
  • 6 replies
  • 2 helpfuls