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

Forum Posts

How much time it takes for Indexing a Field?

Hello, We have created a Transform map in which we have put Coalesce on the Asset table field "Serial Number", But whenever we are trying to index the field it is not getting done as we have tried multiple times, got a pop up like indexing has been s...

Chaisai by Kilo Expert
  • 2187 Views
  • 7 replies
  • 0 helpfuls

Ordering Reference field Drop down

I m having a custom table which i set as a reference for one of my dropdowns(Reference field made as dropdown). Is there a way where i can set the order in which the order would be displayed in my dropdown?In my dropdown, records are being displayed ...

tonystark by Mega Expert
  • 3598 Views
  • 5 replies
  • 2 helpfuls

Approval Group : Approval showing No Longer required

I have workflow activity Approval - Group , in which I have added 17 Groups for approval. I have Condtion based on Script for approval in which I have written below code. var approvalPercent = 50;var approvalCount = 0;for(var id in groups){ var group...

ndp by Kilo Explorer
  • 2564 Views
  • 3 replies
  • 0 helpfuls

Resolved! Incidents with multiple resolver groups

Hi Friends, Appreciate your comments on how could we manage incidents flowing through more than one resolver groups. Consider a scenario like below: - An incident is created in ServiceDesk - That should be resolved by multiple groups namely System Ad...

Suj by Mega Contributor
  • 3453 Views
  • 3 replies
  • 2 helpfuls

Display a hyperlink on the label for a checkbox

I have requirement to display a hyperlink embedded into the text for checkbox type variable that is defined on a catalog item. I  was able to get the link to show using an onLoad script as follows: function onLoad() { $$('label').each(function(i){ ...

find_real_file.png
snuser2708 by Kilo Contributor
  • 4389 Views
  • 4 replies
  • 2 helpfuls

Resolved! UI action to set field value from task table not working

  Hello, I'm having an argument with a UI action I've created. It's a simple request: click this button to set the value on some fields. It works except for one of the fields returns blank and what it's supposed to do is get a value from a field on t...

remove duplicates from an array and get unique values

var text=[]; text = new GlideRecord("sn_hr_core_hr_tasks_per_case_type"); text.addEncodedQuery("u_task_visibilityLIKE" + topicCat + "^ORu_task_visibilityISEMPTY"); text.addQuery("u_generation_type", "manual"); text.addNullQuery("u_auto_group_pref","t...

Vijay27 by Tera Guru
  • 9987 Views
  • 19 replies
  • 7 helpfuls

Resolved! Notification for inactive user

Hi , I have a query ,How can i send notification to manager of 'assignment group'  of application  if 'owned by' user account  is inactivated under  application(cmdb_ci_appl) table. Thanks .

_bhishek by Tera Guru
  • 3789 Views
  • 2 replies
  • 1 helpfuls

Deep linking for SAML with multiple provider plugin?

I'm trying to figure out how to get SAML deep links to work in a shared instance (Fuji) where the multiple provider plugin is active.ScenarioAn instance has three multiple providers configured.   Users should receive an email with links to content in...

dickhirsch by Tera Guru
  • 3147 Views
  • 6 replies
  • 0 helpfuls

Resolved! Disable "Deleted Records" for a Table

We have certain tables that are filling up the Deleted Records [sys_audit_delete] table.report_stats_executionsreport_executionswf_commandetcWe don't care about these tables in Deleted Records [sys_audit_delete] table.   They don't have "Audit" true ...