We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hi Lakhsmi,Is it okay to use g_form.addInfoMessage or g_form.addErrorMessage for your requirement. If so we can use them in Client Script of widgets as below:
var g_form = $scope.page.g_form;
g_form.addInfoMessage("<text>");
g_form.addErrorMessage("...
Hi Sourav,I guess you are looking for syntax of using event parms in Notifications.You can use ${event.parm1}, ${event.parm2} to access Event parm values in Notifications. You can use email scripts for any manipulation of those parm values.Check this...
Hi Salu,You can keep below conditions as Start Conditions for your Response SLA:
Priority is ModerateAssignment Group. Group Category is AMSState is Assigned
Optional: Also include Active is True in Start conditions.Use the below as Stop Condition:
S...
Hi Tahnalos,I may not be the right person from ServiceNow to comment on script that can be labelled as "problematic". But below script might give you some idea to reduce multiple recursion calls by leveraging Dot-Walking.
var num = "TASK0010311"; //T...
Hi Chris,I just found out this email property glide.email.reply_subject_prefix . Please refer to Email forwards as replies section in this link Inbound email action processing.I think changing that property value starting with "fw:,fwd:,Fwd:,FWD:" wi...