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

Forum Posts

Resolved! Create change task when change request is created(Not more than one change task for change request), and in case exiting change request is updated respected change task should get updated.

I have only tried this, (function executeRule(current, previous /*null when async*/ ) { var gr = new GlideRecord("change_task"); gr.initialize(); gr.change_request = current.sys_id; gr.insert(); gs.addInfoMessage(gr.number+"",'Change task has been c...

kartik1 by Tera Contributor
  • 991 Views
  • 2 replies
  • 1 helpfuls

Trigger approvals to group members using script

Hello everyone, Hope you all doing good. In a workflow I have already a Approval user activity where I have written script like if the standard change template version is this, then i am pushing approvals using answer.push for different users.  But h...

Pallavi65 by Tera Contributor
  • 1015 Views
  • 3 replies
  • 0 helpfuls

Resolved! I'm attempting to translate titles of Widgets from English to French( Ex: List of Content Name, Static content Name); I've also added "Translated Text" to the attribute. However, it does not translate on the dashboard. Is there anyone who can help me

I'm attempting to translate titles of Widgets from English to French( Ex: List of Content Name, Static content Name); I've also added "Translated Text" to the attribute. However, it does not translate on the dashboard. Is there anyone who can help me...

find_real_file.png

Make text in Bold in show field mesage

Hello all,   How we can make the text as BOLD in ShowFieldMessage. We can able to make text as bold in addInfoMessage. But need to make text as bold in ShowFieldMessage   Can we do this?   Thanks in advance

n_16 by Tera Contributor
  • 1302 Views
  • 2 replies
  • 0 helpfuls

Resolved! EMAIL Notification Email New Incident for Caller and Assignment Groups INfo Incident as been created By (Caller Name) Incident (Number); Please find the below details Caller Name State Short description Description

EMAIL NotificationEmail New Incidentfor Caller and Assignment GroupsINfoIncident as been created By (Caller Name) Incident (Number);Please find the below detailsCaller NameStateShort descriptionDescription

Nizam by Tera Contributor
  • 989 Views
  • 7 replies
  • 3 helpfuls

How to remove duplicate tickets

Hi, My requirement is If 2 incidents tickets are submitted within 10 minutes with the came caller and same short description then mark the 2nd created as duplicate, then change the summary to "duplicate" and close/cancel the change.

Akhil Maan1 by Tera Contributor
  • 1238 Views
  • 3 replies
  • 0 helpfuls