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

Forum Posts

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  
  • 395 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  
  • 729 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...

Resolved! Aggregate two integer fields without scripting

Hi All, I am new to this community and ServiceNow and have zero scripting experience. So, is there any way to aggregate two integer fields without scripting?  Simpley, The calculation should be: Total Units= Total Units + Add Tokens.  Regards,Mo

MohamedElsayed_0-1717265473512.png