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

Forum Posts

Resolved! How to add roles sn_incident_read and sn_incident_write to user?

Hi, I'm trying to add roles sn_incident_read and sn_incident_write to CSM user, so user could raise incident from case as this documentation says. According to this documentation, I should install ITSM roles -plugin to instance, so I could add these ...

Miikka_M by Tera Guru
  • 4275 Views
  • 3 replies
  • 3 helpfuls

Resolved! Assigned to Notification for group members.

When a case  is 'assigned to' someone, send a new notification to all members of the assignment group that the case has been assigned. The notification  should inform the users that the notification has been assigned to a specific person. 

Insider by Giga Guru
  • 2099 Views
  • 5 replies
  • 2 helpfuls

copying field from case to incident

i have a requirement to copy the field (category) from case to incident . i have written a BR for that  (function executeRule(current, previous /*null when async*/ ) {    var caseCP = new GlideRecord("incident");     caseCP.addQuery("sys_id", current...

I want to check the last update date and time of additional comments (visible to customers) registered by Internal users for cases in a report.

Please,Tell me.I want to check the last update date and time of additional comments (visible to customers) registered by Internal users for cases in a report.Thank you.ケースについて、Internalユーザが登録した追加コメント(顧客に表示)の最終更新日時をレポートで確認したい

Resolved! Advanced Work Assignment - How can you force skills to be primary for assigning, but then user overflow members without the skills if the skilled are unavailable?

Advanced Work Assignment - How can you force skills to be primary for assigning, but then user overflow members without the skills if the skilled are unavailable?  WHen setting the skill for each task as mandatory, the assignment works fine, but addi...

derekjohnson by Tera Contributor
  • 6686 Views
  • 18 replies
  • 1 helpfuls

How to display the workspace banner

Requirement1) I want to display the notification box in the upper right corner to the user to whom I am assigning the workspace.Please let me know, please.(2) I want to change the contents of the notification. Please let me know.  

find_real_file.png
Kota3 by Kilo Contributor
  • 1445 Views
  • 1 replies
  • 1 helpfuls

Resolved! "Helpful" Article function in Agent Assist

Hi. Becky postet this question in HR Forum: "In HR Agent Workspace, in the Agent Assist widgets we see articles can be marked as "Helpful". This then shows a "helpful" text on the article card view. However, it doesn't seem to re-order these articles...

Email to PDF

Hello,  I have created a button in the workspace to download the emails associated with a case in PDF. I am using the following code for generated the PDF: var html = mail.body.getHTMLValue();var result = new sn_pdfgeneratorutils.PDFGenerationAPI().c...