You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script basically updates the Description in Incident table which includes some text but added telephone icon using the script, so that it looks fascinating.
2
+
This includes screenshot as well where it shows telephone icon concatenated with specific meaningful string.
// Update description with telephone icon with specific meaningful description concatenated
2
+
(functionexecuteRule(current,previous/*null when async*/){
3
+
4
+
try{
5
+
//code to execute goes here
6
+
varmyTelephone="\u260E";// Create the telephone icon
7
+
if(current.description==""){
8
+
current.setValue('description',"You really should "+myTelephone+" home more often.");// Update the description in concatenation with telephone icon script
0 commit comments