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

Forum Posts

Client side UI action is not working in CSM Workspace

Hi, I am facing an issue with UI action in workspace. I have created a custom UI action where client validation is also happening(Making a field Mandatory to fill). This UI action is working fine in Native UI but not working in Workspace. I am able t...

Vaishnavi38_0-1736260406880.png
Vaishnavi38 by Tera Contributor
  • 445 Views
  • 1 replies
  • 0 helpfuls

How to get demo data after installing plugin ??

I am not getting load demo data when i am trying to install a plugin so i thought default it will come but haven't later tried to get the data following googling but failed.tried with another instance there also when i am trying to install plugin loa...

Ui actions are are not working in Worksapce

Hi all Has any one worked on workspace Hi All  ui action of FSM  is working fine in native view but not working in configurable workspace view Can any one guide any script or what I am missing on it  I have enaled the workspace button and workspace m...

Research_0-1699886730377.png
Research by Tera Guru
  • 3019 Views
  • 8 replies
  • 2 helpfuls

Help with regression testing, going from ITSM to CSM

Greetings, We have been on ITSM for a few years and I am beginning a project where we will be installing CSM to start taking advantage of some of the tools. As I understand it, most of the CSM stuff is "net new" tables that get installed, but I would...

ChadDa3mon by Tera Contributor
  • 357 Views
  • 1 replies
  • 0 helpfuls

Display Value Block

I have a requirement to implement/customize Record Information block on the sidebar section for custom table in CSM Workspace. As I found out, the component "Display Value Block" with OOB preset with "Form Controller" Data Resource can fetch Secondar...

ArslanKZN by Tera Contributor
  • 596 Views
  • 2 replies
  • 3 helpfuls

Trend By Duration field in Servicenow Reports

Hi Team, I need to know if we can do trend By Duration field in reports in servicenow. I checked but I am not able to select or find any duration field to trend BY instead I can only see Date and Date/Time Fields. Is there any limitations on it?

Community Alums by Community Alums  
  • 720 Views
  • 7 replies
  • 1 helpfuls

I need to set the due date for the approvers

Hi,I need to set the due date for the approvers for one hour. The below script i have used.var gdt = new GlideDateTime();   gdt.add(1 * 60 * 60 * 1000); var dueDateString = gdt.getValue(); return dueDateString;But the due date field in the approver t...

Hazel3_0-1736234372719.png
Hazel3 by Tera Contributor
  • 1000 Views
  • 8 replies
  • 0 helpfuls

Move flow from Prod to dev

One of my colleague has made some changes in the flow and we want to move it back to its oginial state as that of prod system (Move flow from Prod to dev)Is it possible to export and import the flow from Prod to dev?Any version history maintained for...

SM16 by Tera Expert
  • 646 Views
  • 2 replies
  • 1 helpfuls

Advanced work assignment work item is getting auto rejected

I'm configuring  Advanced Work Assignment (AWA) in ServiceNow, and I'm facing an issue where Case tasks are being automatically rejected for users with the reason "No access." I've added the necessary roles (like `awa_agent` and 'sn_customerservice.c...

Inventory check

Working on a Proof of Concept on CSM. A  retailer submits a form asking for restock of a particular product(in our scenario its stock of medicines for example covid vaccines, first aid kits etc). When the form is submitted a case has been created and...