function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Adrian-EAdrian-E 

Custom Formula To Detect Child Cases

Anyone know how I can create a formula that will return True if a given case has child cases and False if not?

Thanks! 

Puja bhandariPuja bhandari
Hi,
I think you can't do this via formula field you need to check via trigger and populate a field as TRUE if the given case has child cases .