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

Forum Posts

How to change parent of a table?

Hello Experts, I am trying to change the parent table of one table. I have gone through few posts on community and found the below methods which can change the parent of a table. But it is always returning 'false' for me. //var changer = new Packages...

Resolved! Walk-Up experience - customizing "Create Incident"

Hi all -- I'd like to tweak the "Create Incident" UI action-- to set the assignee of the interaction as the assignee of the incident.  However, I can't seem to find the object creating the incident. It is not part of the UI action, that's just a conf...

Resolved! Ability to export list of installed, paid applications in instance

I would like to export a list of applications that are installed and paid. I can get the list when I go to System Applications > All Available Applications > All and then select under Filters, I select the following:Listing type = ApplicationsObtaine...

Community Alums by Community Alums  
  • 2072 Views
  • 5 replies
  • 6 helpfuls

How to add a list collector type field as a column to a table

Hi,   I have requirement to select multiple options from a drop down. So I have used a List type field for that. But since ,in List field we have to select multiple items one by one. It's quite not user friendly for end user. So, they have asked us t...

find_real_file.png
SSA1 by Giga Expert
  • 715 Views
  • 1 replies
  • 0 helpfuls

Resolved! Make fields mandatory using UI action

current.state = -5; current.type = "emergency"; g_form.setMandatory('category', true); g_form.setMandatory('cmdb_ci', true); g_form.setMandatory('priority', true); g_form.setMandatory('risk', true); g_form.setMandatory('impact', true); g_form.setMand...

Carman by Giga Contributor
  • 2112 Views
  • 3 replies
  • 1 helpfuls

Resolved! Based on value need to fetch key in a array

Hi Team, I have an Array 'arr' and i already have a value as '4', Now I need to fetch only the specific Key from the value (I need 'Yes' from '4' in an array) arr = {"Yes":"4","Limited":"3","Unvalidated":"2","No":"1","-":"0"} could anyone please prov...

Resolved! Need to update checkbox on client side via UI Action Button

I have a UI Policy configured to hide/display a reference field that gets triggered when a checkbox is checked. As per the requirement, they need to do this via UI Action Button they don't need a checkbox. I need a way so that I can mark that checkbo...

gaurav72 by Tera Contributor
  • 1060 Views
  • 2 replies
  • 2 helpfuls