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

Forum Posts

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
  • 9301 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
  • 3584 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 Giga Guru
  • 2826 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 ...

Hiding UI formatter on the form

Hi all, We have a UI formatter created via UI macro and its currently visible in the form.Is there any way to configure the visibility of this formatter based on conditions via client scripts or UI policies??   Thanks, GK

girishk by Tera Expert
  • 3343 Views
  • 4 replies
  • 1 helpfuls

Resolved! how to turn off report scheduling?

I need to turn off several scheduled reports, but I can't seem to find out how. I have unselected "active", but the check mark is still under Scheduled. I can't find a Turn Off or Stop option.

Onsubmit Client Script to check Attachments on Record producer

Hello,   I have a record producer on a custom table in custom application which has check box if checked need to attach the files , so i have been using below code it is working but even after attaching on the form i am getting same Alert and unable ...

Chaisai by Kilo Expert
  • 7585 Views
  • 10 replies
  • 5 helpfuls