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

Forum Posts

CSM workspace and Ribbon

Hello All - Question about Ribbon Configurations.in screenshot Below in yellow circle you will see that the consumer initial is set in the circle  and name is displayedI configured  the ribbon on the Case table and inherited it to all tables that ext...

Max056_0-1706704250087.png Max056_1-1706704502325.png Max056_2-1706704616237.png
MaxBnow by Tera Contributor
  • 311 Views
  • 1 replies
  • 0 helpfuls

Time Worked Account

Hello, We are attempting to add an "Account" field to the task_time_worked table that pulls the account from the associated case. What would be the best way to populate this field for all existing and future records? Thanks!Joseph

Resolved! Designing for multi-tiered customer service

I'm hoping you experienced CSM implementers can help me (as a newbie) think through a design for my situation.Our organization is tasked with setting up a case management system (focused on safety i.e. hazards/accidents) for multiple independent orga...

ckanahele by Tera Contributor
  • 645 Views
  • 2 replies
  • 1 helpfuls

Can we make a Glide Ajax call in Workspace Client Script?

Hello Everyone, I am trying to update one of the table record in the UI Action of Customer Service Management application. It's working as expected in the native/default UI of ServiceNow and I am performing both client side and server side operations...

How to get actual date and time values in rest api

I am trying to send updated cases everyday through scripted rest api but here the problem is I am getting date and time values in GMT timezone but I wanted the data in EST timezone.Can someone help me whether it is possible or not to get date and tim...

lucky6 by Tera Contributor
  • 1741 Views
  • 4 replies
  • 1 helpfuls

Redirecting to Specific Case Type Page Based on Selection on workspace

I have a requirement in our workspace where there are two types of cases: Product (csm_product) and Project (csm_project).When a user selects a case type from the list in the workspace, it should redirect them to the respective case type page. Additi...

csk2 by Tera Contributor
  • 452 Views
  • 1 replies
  • 0 helpfuls

Resolved! Notification remainder for Request approval on daily basis

we have created events scheduled jobs and notiffication for request appoval notification on daily bases but the code is not working could you please suggest.Event: Scheduled jobs:var app = new GlideRecord('sysapproval_approver');app.addQuery('state',...

Vani14_1-1706592009745.png
Vani14 by Tera Contributor
  • 584 Views
  • 9 replies
  • 1 helpfuls

Find the group who has itil role and group member is empty

find the group who has itil role and group member is empty.I have to find out the Group name which has ITIL ROLE And no group member or group member is empty.So for that I have written script . but it is not working .// Define the ITIL roles to check...

Raj12341 by Tera Contributor
  • 208 Views
  • 1 replies
  • 0 helpfuls

Resolved! find the group who has itil role and group member is empty

find the group who has itil role and group member is empty.for this I have written a script , but it is not working.// Define the ITIL roles to checkvar itilRoles = ['itil', 'itil_admin'];// Get all groupsvar groups = new GlideRecord('sys_user_group'...

Raj12341 by Tera Contributor
  • 490 Views
  • 1 replies
  • 1 helpfuls