Skip to main content

 

If Cases are in the queue and if user open the case from the listview then he will be the owner 

 

Case ownership change when case is open from the list view
2 answers
  1. Sep 3, 2019, 11:17 PM
    You could create a Flow Component and place it in the Lightning Page View.

     

    The RecordID and the flow.currentUserID can be used in the flow to update the case owner.

     

    When the lightning page loads for the case, it would start the flow which in turn would update the case with the owner.
0/9000