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

Forum Posts

Attach file before request is created

We have one task: For specific catalog items, before request is submitted we have to attach one file (based on the values selected while submitting) to the RITM. How can we achieve this requirement.

IAmIshan by Tera Guru
  • 255 Views
  • 2 replies
  • 0 helpfuls

Store Custom type variable value to the Target Record (RITM)

I have one select box, based on the choice we are displaying image below select box. Eg: If user selects Headphones, we are showing image of Headphones.. To change images on the catalog item form dynamically, we are using Custom type variable and wri...

IAmIshan by Tera Guru
  • 381 Views
  • 4 replies
  • 0 helpfuls

Resolved! How to modify a reference qualifier for a Catalog Item variable?

Currently we use a reference qualifier to determine what fields are available in a reference field. I have not found where I can do the equivalent to an If statement for it.  This filter works for every choice except one choice.  If they pick that ch...

Bill7 by Mega Expert
  • 4908 Views
  • 11 replies
  • 2 helpfuls

Setting field values from the email body ( Inbound Action)

Hello All, I have an requirement where user will put User name (email Id or name) in the body of the email ( for eg ; User name  xyz@gmail.com ). We have to set the user name as the caller of the Incident. 

C_S3 by Tera Contributor
  • 1115 Views
  • 2 replies
  • 0 helpfuls

Restore variable and its historical data in RITMs

Hi, one variable in the cat item was deleted by a mistake. Because of that, the variable is no longer shown in items that were created from that catalog item before. Example (question 8 is missing): I found the variable in sys_audit_delete table and...

find_real_file.png find_real_file.png
karolisjon by Tera Contributor
  • 484 Views
  • 3 replies
  • 0 helpfuls

How to add the description of a trigger to an alert

Hello everyone,I need that in my alerts, which have Zabbix as the Source, not only the existing description appears but also the description of its trigger (MetricBase Trigger Definitions).Here is an example with any alert:Alert0933739:zbx_snmp_chkp_...

Mp1999_1-1718881370265.png Mp1999_2-1718881400854.png
Mp1999 by Tera Contributor
  • 228 Views
  • 1 replies
  • 0 helpfuls

Resolved! Set User Criteria only who is manager

Hi All, I am trying to set User Criteria for catalog form like if login user is manager then form will be accessible for him. trying this code but no success, your help will be appreciated.   Script code - function checkIfManager(){ gs.log(gs.getUse...

find_real_file.png
Radhe by Tera Expert
  • 2037 Views
  • 8 replies
  • 5 helpfuls

How to hide choice in field in list records.

Hi, I can hide "New" choice option from State field in incident list.I try this with client script and ui policy with script with g_form.removeOption('state', 1); gut it doesn't work. Somebody can help me with this?Is it possible? Thanks in advance. 

jacc_99_0-1718706532874.png
jacc_99 by Giga Guru
  • 376 Views
  • 2 replies
  • 1 helpfuls

Alternative for DOM Manipulation in client script

Hi All, I have used g_form.getControl() method in client script, as it's not a best practice. If there is any alternative for DOM manipulation, reply back on the post. It will be really helpful. Thank you!