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

Forum Posts

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
  • 2347 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
  • 2033 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
  • 2171 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
  • 5643 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
  • 1251 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
  • 1084 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
  • 873 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...

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
  • 2915 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'}}" ...