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

Forum Posts

Hide label type variable which has check boxes

Hello All,I have a "Label" type variable below which I have 3 checkboxes as shown belowAnd I am trying to control the visibilty via Catalog client script as shown below function onChange(control, oldValue, newValue, isLoading) { if (isLoading || new...

DPrasna_0-1678813669804.png DPrasna_1-1678813866162.png
DPrasna by Tera Contributor
  • 900 Views
  • 5 replies
  • 4 helpfuls

Resolved! addQuery for reference field

The highlighted one is a reference field , how to compare and filter that? var module=new GlideRecord('sys_app_module');module.addQuery('active',true);module.addQuery('application','Configuration');module.addQuery('link_type','LIST');module.query();w...

In simple list widget filter is not working

Hi All,I have add one Widget called simple list in service portal in witch I have added my custom table. now I want to add filter condition like created by is dynamic. for that in custom table I have already added one condition like created by is jav...

keval3_0-1678958226572.png
keval3 by Tera Contributor
  • 730 Views
  • 2 replies
  • 0 helpfuls

Resolved! Can we move Global update set to custom update set ?

Hi Team ,we are capture the changes in global update set ,now requirement changes and client asking us to capture in custom application scope So is it possible to move the global update set changes to custom scope automatically  or we have to recaptu...

String by Kilo Sage
  • 1364 Views
  • 3 replies
  • 1 helpfuls

Resolved! Validation regex for using in client script

Hi,How to validate a field which should accept only numbers with separators or decimals.Eg: it should be like 0,00 or 0.00Can someone help in the validation regex for this requirement. Thanks in advance!

Buddy 1 by Tera Contributor
  • 1155 Views
  • 7 replies
  • 0 helpfuls

Resolved! How to limit string to specific values

Hi, I have the field 'name' of type string in my catalog item. I need to write on change client script on this field.The user can type only these combination of characters: 1) small english letters2) numbers3) he can use only the special symbol '-'  ...

Alon Grod by Tera Expert
  • 1029 Views
  • 3 replies
  • 2 helpfuls

Resolved! on Before Insert Business Rule problem

I have an on Before insert BR on the incident table that suppose to populate the assignment group field. Even though Im getting the log 'TRUE', the assignment group is not populated and instead Im getting an empty value inside the assignment group fi...

Alon Grod by Tera Expert
  • 1331 Views
  • 13 replies
  • 4 helpfuls

Advanced Work Assignment - Agent Chat

Hello, This is quite confusing for me and would appreciate if anyone responds. Scenario is we have two support groups.1. Customer Support Group 2. Employee Support GroupChat will be routed based on the user who initiated a chat, right? Initially an i...

Anne25 by Tera Contributor
  • 1439 Views
  • 2 replies
  • 0 helpfuls

State update between RITM and Task.

Hi All,I have a requirement when the catalog task state should be updated with the RITM state. Below is the scenario. One RITM has two parallel tasks. One task is pending customer action and another one is a work in progress. I need to update the RIT...