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

Forum Posts

Resolved! CSM Case list in portal

I Have to remove some fields in the case list present in CSM portal.. how can i do it? 

pavan38_0-1717518908286.png
pavan38 by Tera Expert
  • 989 Views
  • 3 replies
  • 0 helpfuls

Resolved! Is "Complaint Management" is a separate Module ? Or part of CSM

Hello Is "Complaint Management" is part of Financial Service Operations (FSO) with CSM Professional Suite OR separate module?Trying to find some training on now learning but not able to find any..Can you please through some insights and links for lea...

IndexOF is giving error in Flow Designer

Hi All, Below code is written in Flow Designervar single=fd_data.trigger.current.u_responsibility.toString();//Single Sys_idvar arrValues = fd_data._3__for_each.item.u_authority_role; //Multiple Sys_ids comma Separatedif(arrValues.indexOf(single)==-1...

Community Alums by Community Alums  
  • 307 Views
  • 3 replies
  • 0 helpfuls

Parent to child update

I have created one parent case with two child cases. In two child cases i have put one child case state in awaiting info . After I have put parent in awaiting info .Whenever I update the patent that update reflect to the independent child also.I need...

Resolved! Splice method not working in Flow Designer

Below code is written in Updating Responsibilities field of type List in Flow Designer:var delvalue=fd_data.trigger.current.u_responsibility;// Single sys_idgs.info('Value to be deleted:'+delvalue);var existvalue=fd_data._6__for_each.item.u_authority...

Community Alums by Community Alums  
  • 616 Views
  • 2 replies
  • 0 helpfuls

Resolved! UI Action (Accept)

Hi All,During the implementation of ServiceNow we decided to do the below:1- Disable the (Accept) UI action for our agents so they get the cases assigned to them without accepting these cases.2- The SLA response time is met once the case is assigned ...

MohamedElsayed_0-1717493757220.png MohamedElsayed_1-1717493918123.png MohamedElsayed_2-1717493938853.png

Parent and child case issue

 Hello everyone,I am facing an issue in ServiceNow where I want to ensure that when a parent case's state changes from "Resolved" to "Open", the associated child cases should reflect that they were updated by the system, rather than showing the agent...