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

Forum Posts

Resolved! ng-change question

Hi Team, In portal widgets I see the ng-change is invoked only when old value is replaced by new value. How can we invoke client functions when the value is changed to null? I am relative beginner in portal so any clue is appreciated. Best regards

ShAn21 by Tera Guru
  • 823 Views
  • 5 replies
  • 1 helpfuls

Resolved! Variables layout in variable set

Is there any way to create some variables in two columns wide and some 1column wide in same variable set.  For example if we have 10 variables in one variable set. I want 6 of them layout should be 2 columns wide, alternative side and 4 will 1 column...

Brijmohan by Tera Contributor
  • 2399 Views
  • 2 replies
  • 1 helpfuls

Resolved! Need to write business rule where worknotes contains "My Laptop Issue" then only it should assigned to specific assignment group

Need to write business rule where worknotes contains "My Laptop Issue" then only it should assigned to specific assignment group. I have written br its not working.Please guide me in this.   var gr = new GlideRecord('sc_task');    gr.query();    if (...

Date of Decommission - When CI status in "Decommissioned" then Date of Decommission should be populated and if status moved back to "Deployed" for any reason then date of decommission should become blank.

Date of Decommission - When CI status in "Decommissioned" then Date of Decommission should be populated and if status moved back to "Deployed" for any reason then date of decommission should become blank.when ci status changes to decommissioned data ...

Resolved! Have to add some more filters to advance reference qualifier

We have two reference variables and two variables are referring to different tables which has relation between those tables. for the second variable defined condition in advance reference qualifier to depend on first variable. And now our requirement...

Roxi1 by Tera Contributor
  • 1182 Views
  • 11 replies
  • 1 helpfuls

how to check date difference in flow designer script action ?

here is the code for workflow "waiting for condition" -  answer = gs.dateDiff(gs.nowDateTime(), current.variables.u_deactivation_date, true);   bhut if i try the same code in flow designer script action  as  below  -  var now = new GlideDateTime();  ...

bala_1312 by Tera Contributor
  • 850 Views
  • 2 replies
  • 0 helpfuls

Copy additional comments from RITM task to catalog task.

Hi, I am having a requirement. When the requester or user is updating the additional comments on RITM task then it should get copied to catalog task. Also, if the comments or work notes are updated by system then it should not copy. It should copy on...

PriyaRaj by Tera Contributor
  • 918 Views
  • 3 replies
  • 2 helpfuls

Resolved! Client Side vs Server Side

Hi Team, I just wanted to clarify about client side and server side. Suppose, there is a requirement to change the assignment group on the incident form if user changes the category or sub-category field. I can achieve it through Assignment look-up r...

Sumit14 by Kilo Contributor
  • 6539 Views
  • 6 replies
  • 16 helpfuls

Resolved! delete button should be hidden for particular roles.

Hi all,  my requirement is i need to hide Delete button for the particular roles. ex: the user who has the test_manager, test_stall,  role they was not able to  see the Delete button.

siva58 by Tera Contributor
  • 1141 Views
  • 12 replies
  • 1 helpfuls