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

Forum Posts

How to Prevent duplicate records through transform map?

Hi, I am trying to load data from Aternity to Software usage table using transform map. When I tried to load the data to software usage table there are duplicate records with same user name, publisher, product and last used date. How can I prevent th...

find_real_file.png
reddy8055 by Tera Contributor
  • 1536 Views
  • 2 replies
  • 1 helpfuls

Resolved! RegExp to include comma as well

I have a client script that allows only (-ve) numbers along with decimal values up to 2 places. I want to allow users to use commas as well in place of decimal (dot) if they want. I am using the below expression var regexp = /^-[1-9][0-9]?(\.[0-9]{1,...

Setting Requested For With an Item Variable

I am having an issue setting the requested for field from an Item variable and was wondering if anyone had a solution. We would like to set request.requested_for field to the value of a variable in a requested item. This way, the Service desk can req...

rburns by Kilo Explorer
  • 14555 Views
  • 9 replies
  • 20 helpfuls

How do you consider inbound emails - Incident or interactions?

Hello, I am trying to get an answer about processing emails sent to Service Desk function. Do you let your users to send emails (to report an issue or for inquiries)? If so, do you create incidents, interactions or something else? I know some use inc...

Tomas L by Tera Contributor
  • 616 Views
  • 2 replies
  • 1 helpfuls

Validate reference field in ATF

Hi All, when clicking on reference icon it will show some records How to validate all records in ATF. can any one help me out on this Thanks,

yugesh k by Tera Contributor
  • 574 Views
  • 1 replies
  • 0 helpfuls

Need to show the Ritm Attachments in Sc task

Need to show the Ritm Attachments in Sc task but Its showing two Attachments. When i am raising a request and adding attachments and when i open user attachments its showing me two attachments. I have created a relationship for attachments which i ha...

find_real_file.png find_real_file.png

Resolved! How to set Display value in business rule for state(choices)?

Hi All, Kindly help me . I got one requirement if the current choices start with pending then it changes to another state Work in progress the script: (function executeRule(current, previous /*null when async*/) { var state = current.state.getDispla...