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

Forum Posts

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
  • 5313 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
  • 1060 Views
  • 2 replies
  • 0 helpfuls

Special handling notes for case

Hi All, I want create Special Handling notes for all the escalated cases. kindly guide me with the special handling condition.Thanks in Advance, 

Appy2_0-1677593963559.png
Appy2 by Tera Contributor
  • 951 Views
  • 2 replies
  • 0 helpfuls

Time_worked field on Workspace

Hi. I have the following problem with the time_worked field on workspace.When I save a record on the backend, the time_worked timer field starts counting down from zero. In addition, a record is created on the task_time_worked table. This is how it s...

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
  • 746 Views
  • 2 replies
  • 2 helpfuls

Resolved! Business Rule on sys_email table that checks sys_user table?

I need to write a BR that checks if there is a value in the User ID [user_id] field in the Email [sys_email] record. If there is no value in the field, then move forward with the check. I have this portion ready.  In the Email [sys_email] record, I n...

Using CSM for internal processes (and with internal users)

Hi,I have a bit of a problem. I'm consulting (and implementing) at a customer who just got ServiceNow. There's another consultant of a different company in the project, who has much more experience than me. This consultant suggested that the customer...

Hans Peter by Tera Contributor
  • 4906 Views
  • 3 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
  • 2608 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'}}" ...