Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Setting Assignment Group for CSM case based on recipient email

Is there a way to set the assignment group when a new CSM case based on the To email address that was used to create the case? For example, if an external user sends an email to ops1@company.com, I'd like to set the assignment group to ops1 -- if it'...

roy_walton by Mega Guru
  • 1586 Views
  • 1 replies
  • 1 helpfuls

Resolved! How to translate Annotation into french language?

Hi ,We have a requirement to convert a Annotation into its french part : It has been added to  the form like below : Kindly help me in convert it to its french word whenever system language is changed to french .

ci ci.PNG annotation.PNG
thirumala2 by Tera Guru
  • 2817 Views
  • 2 replies
  • 5 helpfuls

Resolved! CSM Case Blocked by task

If I am correct, a blocking task should prevent the Case from progressing until the blocked task is unblocked (close). As per ServiceNow doc...."A blocking task is something that prevents an agent from making progress toward case resolution. For exam...

maruf by Tera Contributor
  • 2793 Views
  • 2 replies
  • 2 helpfuls

Resolved! Catalog Client Script Hide / Add Choice on Variable

Hi all,I have a catalog client script that is checking if the logged in user has a certain type listed on the sys_user profile. My alert is firing and shows the correct answer, but it is not doing the next steps.  I know my Script Include is working,...

Resolved! Add Child Case to Parent UI Action - Help would be much appreciated

Hey Guys Community, does anybody ever used this UI Action "Add" for Adding related Child Cases to the Parent.Its an OOB UI Action by the way. I enabled it for testing a functionality in my non Prod Environment, but either I'm using it wrong or I miss...

find_real_file.png find_real_file.png find_real_file.png
MateoB by Tera Expert
  • 2995 Views
  • 4 replies
  • 1 helpfuls

Knowledge Base file formats

We are trying to set up articles using existing documents and importing them however we cannot import many formats including PowerPoint, Visio, Excel and even PDFs. Is there a way to add these, such as the SYSTEM UI > Embedded Objects, and if so what...

dave1964 by Kilo Contributor
  • 6300 Views
  • 3 replies
  • 1 helpfuls

CSM Workspace Header Image Change

Hello Experts,I have a requirement to update our header logo for the CSM workspace.Before our Tokyo update it was working fine but after the update I am unable to update the logo.I have followed the exact same steps: (This solution worked fine before...

Manthan by Tera Contributor
  • 1752 Views
  • 2 replies
  • 0 helpfuls

Add Scoped Application Table to Workspace

Hi,I have a scoped application and table in it.I want this table to be visible in workspace.I've previously worked with CSM Configurable Workspace.So,is there a way to add my scoped table to the list in CSM Configurable Workspace or maybe in ITSM Age...

Sam_Nat by Tera Contributor
  • 1206 Views
  • 2 replies
  • 2 helpfuls

Resolved! User Criteria

My requirement is to restrict visibility of catalog based on the group. We want dynamic script so that only *SDM groups can see that items. any lead will be helpful 

Milind1 by Tera Contributor
  • 3583 Views
  • 5 replies
  • 4 helpfuls

Resolved! Service Portal: Hide a button based on logged in users roles?

I have a button in the portal that needs to be hidden if the logged in user does not have a specific role. Here is my button HTML:    <button type="button" class="btn btn-dash {{c.data.view.account == true ? 'selected' : 'unselected'}}" ...

Creating Incident from case

I have a requirement to show Case priority as a Read only field on the Incident record only when the incident is created from a Case, how can i achieve this.I do not need to map the case priority to Incident priority, need a seperate Case priority as...