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

Forum Posts

How to view the Resolution Notes in Service Portal Incident

Hi All, I have one doubt in Service Portal. When an end user creates and Incident it is submitted and agent starts working on that ticket. Additional comments added by the agent gets captured on the ticket form. But once the agent marks the Incident ...

SNOW ADMIN by Kilo Contributor
  • 2828 Views
  • 4 replies
  • 2 helpfuls

create a bar chart using service portal widget

 i am trying to create a bar chart for incident table for category count  below is my code HTML: <div class="centered-chart row"> <h1>Bar Chart</h1> <div class="chart-container"> <svg class="chart"></svg> ...

rick48 by Tera Contributor
  • 2981 Views
  • 8 replies
  • 5 helpfuls

Resolved! Image is not captured in update set for portal instance

Hi All, Image(attachment) is not captured in widget instance, when ever i update any field and deploy it on our ST instance it always break and i have export the attachment data again. But it is working for catalog item and i check attachment is als...

find_real_file.png
haiderraavi by Tera Contributor
  • 3122 Views
  • 3 replies
  • 0 helpfuls

Resolved! Icon Link Widget

I am learning Angular JS and I came across the widget Icon Link where there is variable named options   <a ng-if="::(options.link_template == 'Top Icon' || !options.link_template)" ng-href="{{::data.href}}" class="top_icon {{::options.class_name}}" ...

pallabi by Kilo Contributor
  • 4010 Views
  • 3 replies
  • 1 helpfuls

Resolved! Scripting doubt: data.get(xx)

Hello friends,  I'm still crawling in JavaScript, JSON, etc... When working on a workflow, I saw this: var vResult = data.get(18).result;var vErrorMessage = data.get(18).message;current.work_notes = "Mule REST Service Faile. ERROR: " + vErrorMessage;...

Resolved! query sys_history_line with set value from sys_history_set

Hi, Can somebody help with the following query where I use a set value from sys_history_set and try to find all history lines in sys_history_line  var hiset = new GlideRecord('sys_history_set'); hiset.addQuery('id', test_sysid); hiset.query(); while(...

kkronborg by Giga Contributor
  • 3053 Views
  • 4 replies
  • 0 helpfuls

How to calculate 6 months from today

      function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '') { return; } var today=new Date(); var month_day = new Array(); month_day[0] = "January";month_day[1] = "Feburary";month_day[2] = "March";month_day[3] =...

sonita by Giga Guru
  • 3880 Views
  • 4 replies
  • 1 helpfuls

Resolved! getting string between two characters.

Hello, I have a long string that looks like this, i need to get the email address between < abc@example.com> Can someone help me with this?   var a='abc, def<abc.def@example.com>; ghj, qwe <ghe.qwe@example.com>; bnm, jkl <bnm.jlk@example.com>;';