We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

Resolved! need to close RITM after all sc_tasks are completed

For one RITM, we built two sc_tasks. When I try to close one sc_task, RITM closes but another sc_task remains open. Can somebody assist me in closing all sc_tasks before RITM closes?

Vani14 by Tera Contributor
  • 3318 Views
  • 7 replies
  • 2 helpfuls

How to add a new Language for Knowledge articles?

We added language plugins for two languages (Japanese and Chinese). Those plugins installed translations for all labels in the sytem, and also added language mechanism for those articles to knowledge articles.  We need to add additional languages (eg...

find_real_file.png

Resolved! Embed (Visio Diagram) that is Converted to PDF in Knowledge Article

I'm trying to add a PDF of a Visio diagram into a Knowledge Base Article to where you can zoom in and out on the detail. I was able to add it, but when saving the Knowledge article to preview, The preview is blank, and part of the code is missing. Ha...

Myrtle_37 by Mega Expert
  • 2737 Views
  • 1 replies
  • 1 helpfuls

Resolved! Redirect from Third party portal to ServiceNow

Hi All, we have external portal which will show list of customer cases in read only view (no editing allowed). If user click the case number, I want that user to be redirected to ServiceNow CSM workspace. Can you please let me know how to create this...

Himanshu42 by Tera Contributor
  • 2185 Views
  • 4 replies
  • 1 helpfuls

Resolved! Allow Group 'Manager' to manager their group membership

Hi, is it possible to allow the person listed in the 'Manager' field on the Groups form the ability to manage that teams membership to, i.e. add/remove users?  Is the Manager field used in any process or role that I need to grant/configure or is it j...

group-manager.PNG
CCZMAX1 by Giga Sage
  • 5568 Views
  • 6 replies
  • 7 helpfuls

Response template are not visible in CSM Workspace

Hello All, Am creating some response templates in Snow but those are not visible in CSM configurable workspace can someone help me on this. I've changed the screen condition of agent assist but still unable to load response templates. Getting this me...

Resolved! Service Bridge and CSM dependencies

Hi All, I'm looking into service bridge as a potential for integrating with other ServiceNow instances for basic tasks, but I'm struggling to establish what level of dependency there is on CSM.  1: Is CSM a functional pre-requisite on the provider in...

SNAdmin47 by Kilo Sage
  • 2260 Views
  • 6 replies
  • 5 helpfuls

Resolved! How to customize card view of live agent chat

I have a question about chatting on the service portal.A user is chatting with a live agent in the service portal.When the agent enters the case number (CS0001579) or knowledge number (KB0010019), the user sees the card view as follows instead of sim...

find_real_file.png
y_murakami by Kilo Contributor
  • 2419 Views
  • 2 replies
  • 5 helpfuls

Ui Action Cancel Button

Hi All, Can any one please help with the requirement.When a user cancels , the pop-up should require a in that popup only  user to input a cancellation reason.- and that comment popup should be mandatory when we click on cancel.- after that it  shoul...

Sushant20 by Tera Contributor
  • 3025 Views
  • 2 replies
  • 1 helpfuls

UI Action not working

I have an UI Action which set values for a field and then using g_form.save() , saves the form. This is working absolutely fine with admin user but with other user it is not working as per expectation. g_form.setValue('state', '5'); g_form.save(); I ...