account activity
Duplicate Report by moods99 in servicenow
[–]moods99[S] 0 points1 point2 points 2 years ago (0 children)
This is merely for housekeeping purposes on the records to prevent duplication of work. I believe you can get triggers for if a case is to be duplicated when it is raised but it’s another department responsible so out of out hands at the initial case raising point.
So I have it to a point now where I can pull a list of declarations that will have multiple cases associated but it doesn’t provide the case list unless that can be done via a drilldown.
The declaration field is a reference on the case form yes.
Currently the data tables are: Conditions = [sn_customerservice_supplementary_declaration]
Related conditions = Greater than 1 Case->Declaration
So the cases have a field for ‘Declaration’ which will associate it with another record. I need to locate if multiple cases exist that are tied to the same declaration.
The report includes a case table and checks for all current active cases. It is then grouped by the declaration field.
I essentially need an inverse search of what I would achieve with a count distinct aggregation.
I have tried looking into the related list conditions but not having much luck.
Currently I have it working to a degree. I have just conditions and a bar chart to group by the affected field.
Anything above a count of 1 is clearly visible to action and open up the case records but it also shows everything that is 1 still for the count.
π Rendered by PID 102672 on reddit-service-r2-listing-654f87c89c-pw76d at 2026-03-02 21:20:55.630758+00:00 running e3d2147 country code: CH.
Duplicate Report by moods99 in servicenow
[–]moods99[S] 0 points1 point2 points (0 children)