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

Forum Posts

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
  • 5654 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  
  • 2352 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
  • 5428 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
  • 1753 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
  • 1640 Views
  • 6 replies
  • 2 helpfuls

Resolved! How To Edit Template?

Is there a way to find and edit an attachment template for the attachment widget? For example in the attachment widget it looks like all attachments go here: <now-attachments-list template="sp_attachment_single_line" ></now-attachments-list> I was wo...

JDX7913 by Tera Guru
  • 1698 Views
  • 2 replies
  • 1 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...

how to create a datetime picker in serviceportal?

Hi All,Did anyone tried creating a datetime picker in ServicePortal Widgets. I tried checking the date time field available in the forms widget but the code for date time field on it is hidden and have no access to it. I tried the jquery code which i...

Sandeep132 by Kilo Sage
  • 6696 Views
  • 2 replies
  • 0 helpfuls