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

Forum Posts

Selection/switch Domain in ATF

While working with ATF - How can we choose/switch domains? Consider that we are working in a domain-separated environment and need to choose/switch domains for the test cases in ATF. I think, there is no option in "Add Test Step" in "Test Case". How ...

Shailender5 by Tera Contributor
  • 748 Views
  • 2 replies
  • 0 helpfuls

Extract specific value from a string field

Hi All, In the description field, I have a key value called a job, so I want to extract this job value from the description field and add it in a summary. when I try this using below script it is returning -1 value as input .  var summary =  current....

How to add fields under personalize list column view

Hi Everyone, I have an user who has ITIL access. He needs two reference fields to be added to his list view of incidents. When he clicks on gear box on list view, fields are not showing up on the available box to add them to selected box How to add s...

find_real_file.png
Gowtham29 by Tera Expert
  • 4342 Views
  • 5 replies
  • 3 helpfuls

Display only one filed value in reference field

Hi, I have a requirement like i have a two fields name as X and Y both are referring to the user table.When i click on the Field X reference it will show only Names in the reference window on the user table.When i click on the Field Y refence it will...

Ashok32 by Tera Contributor
  • 494 Views
  • 1 replies
  • 1 helpfuls

Resolved! Catalog item requested for variable attribute is not matching

Hi Team , I have modified catalog item variable 'Requested for' variable attribute which refers to sys_user table, I could see proper result from SP portal but when i check it from native Ui Using try it is showing extra attributes? what is the cause...

Bindhu1_3-1688733667407.png Bindhu1_0-1688734210394.png Bindhu1_2-1688733622456.png
Bindhu1 by Tera Contributor
  • 575 Views
  • 1 replies
  • 1 helpfuls

Resolved! How to send inputs from UI action to a flow designer?

Scenario: I need to pass input values from a ui action to a flow designer and based on those input values i need to continue my flow in the flow designer.   Any guidance is appreciated. Thanks and Regards, Vasu

Vasu20 by Tera Contributor
  • 1819 Views
  • 6 replies
  • 0 helpfuls

Resolved! How to run a script in IF Box of the Workflow

Basically I have a workflow where a first task is created. Then an IF block is created, and this IF validates a task field called "u_action". If the value of the field is "u_parameter", it creates a new task called "Parameter", if it is "u_normal", i...

Community Alums by Community Alums  
  • 788 Views
  • 1 replies
  • 1 helpfuls

Resolved! Show/Hide Field

Is it possible to create a checkbox to show/hide a field on a form? For example, once the checkbox has been selected the field disappears but when unselected it is visible. 

SParker12 by Tera Contributor
  • 1303 Views
  • 4 replies
  • 3 helpfuls

Resolved! Agent Workspace Redirect URL Using UI Action not working

Hi All,   I am unable to open URL using UI Action for Agent workspace.  I tried below options already, but didn't help.   1. action.setRedirectURL('http://www.mysite.com/mypage.htm'); 2. window.open('http://www.mysite.com/mypage.htm'); 3. g_navigatio...