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

Forum Posts

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
  • 1952 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
  • 5422 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
  • 1122 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
  • 997 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
  • 795 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
  • 5084 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
  • 2720 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'}}" ...