- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2024 11:11 PM - edited ‎10-21-2024 12:26 AM
Hi all!
Is there a way to filter the case table where sys_updated_by has the customer role, as long as they are part of the same account?
For example, customer A submits a case.
customerB updates the case customerA submitted.
List will still show case record updated by a user that was not the requester.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 11:55 PM - edited ‎10-21-2024 11:55 PM
Because of the limitations in the OOTB filters, I will try creating a script that will output case records updated by customers, not limited to the customer referenced in the contact field.
I will be closing this post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 01:55 AM
Hi @Lhora Alvarez,
Sadly, some of these 'diff's' and comparisons are not available Out Of Box, however something quite close to what you're after would be to compare the 'Contact User ID' is same as 'Updated By' as shown below.
This will give you the list view of where a case was last updated by the Contact (And not internal supporters or others)
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.

Thanks, Robbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 11:53 PM
Thank you for replying.
However, I want it so that the table will display records that were updated by other customers that were not the same as the user in contact field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 02:10 AM
No, you can't do that in a simple list view, because the 'sys_updated_by' is not a reference field in which you can dotwalk to the user table. You will need to create a database view to link the case table to the user table where 'updated by' has the same value on the user table and then filter on that.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2024 11:55 PM - edited ‎10-21-2024 11:55 PM
Because of the limitations in the OOTB filters, I will try creating a script that will output case records updated by customers, not limited to the customer referenced in the contact field.
I will be closing this post.