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

Forum Posts

data restrict in list type of variable

In a catalog form i have two variables one is check box other is list collector my requirement is if i select the check box it should populate only few records in listcollector varaible(need to restrict other data) if unchecked it should populate exc...

dixitreddy by Tera Contributor
  • 439 Views
  • 4 replies
  • 0 helpfuls

Incident Update Inbound action query

HiWe are working in a domain separated environment with multiple domains. Most of our users are shared resources, meaning they have multiple user profiles (one per domain) but use the same email address for each profile.Issue:When such a user replies...

InnusMulani by Tera Contributor
  • 346 Views
  • 1 replies
  • 3 helpfuls

Notification Email Scripts

Hi All, I have written a e-mail script to display the incident summary in the notification. Email script:var incident_record = current.sysapproval.getRefRecord(); if(incident_record){    template.print("<table>");    template.print("<tr><td><strong>C...

How to attach sample template without any data

Hello Everyone,       I have one requirement ,like i have one catalog item in that i want attach on sample Excel sheet. How may ways are there please let me know. send me the solution based on ways. Thanks,Manohararuna

create a change calendar

can I manually create a change calendar that includes blackout dates, project go-live dates, etc...?

GregG6 by Tera Contributor
  • 4371 Views
  • 5 replies
  • 4 helpfuls

Creating subtasks in Workflow with own workflows

Hi, I have a RITM process that creates subtasks to collect documents (basically, eight different Task subtables for various documents, some subset of which are needed each time through).  Simple enough.  But, then I need to make sure the attached doc...