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

Forum Posts

Business rule on Date Validation for change requests

Hello All, I'm trying to validate if more than 2 changes have same start date and end end date then restrict creating a third change with same time but i tried using below script it is not workingCould someone please suggest(function executeRule(curr...

Help with API response

Hi All, Can someone please help me with the below script, I want to push targetName in an array. From API response, I am only able to read count but not targetName or lenght. Please refer below screenshots. (alert('res' + response.count + response.ta...

Ankita9793_0-1722945768147.png Ankita9793_1-1722945814458.png
Ankita9793 by Tera Contributor
  • 324 Views
  • 2 replies
  • 0 helpfuls

Hiding 'View in teams Desktop App' button in the SOW

We have integrated with microsoft teams , There is a requirement to  disable the 'View in teams Desktop App' in the collaborate tab in SOW . The 'View in teams desktop app comes while starting the teams chat.Any help of how to disable this is highly ...

Shyna1 by Tera Contributor
  • 339 Views
  • 1 replies
  • 0 helpfuls

Issue with target field's default value in dictionary

I am getting source data in excel where country is blank for few records. When i transform the data using below script-  if(source.u_country)      return source.u_country;return ''; target field is being set as USA for those records. That's because "...

Developer3 by Tera Expert
  • 295 Views
  • 2 replies
  • 0 helpfuls

Create UI action on Demand Task table

Hello Developers, I want to create a UI action button 'create change' on a custom table called 'u_demand_task'.It should be on same page with a pop-up dialog box. Change should fetch most of the details from Demand task record.Details like, The follo...

Naveen87_0-1722411851275.png
Naveen87 by Tera Guru
  • 645 Views
  • 9 replies
  • 1 helpfuls

Last login field is not updating

Hi Team, My requirement is to De-Activating the users who are not logged in since 90 days. using last login field am fetching the users but I observed some of the users are login in every day but last login date field is not updated. For some of the ...

sainath3 by Mega Guru
  • 1010 Views
  • 8 replies
  • 0 helpfuls

Ui Action should not visible to admins

Hi, There is Close button on change form i want to add visibility conditions to it. Assigned to user and change manager should only see that button. I have given condition in condition field and its working but the issue is admins are able to see tha...