CountConnectedClosed
This function checks the number of closed cases that are connected to current case
Syntax
CountConnectedClosed();
Function arguments
This function does not take any arguments.
Return value
This function returns Decimal.
Returns number of closed cases connected to current case.
Examples
Example 1:
This will return number of closed cases that are connected to current case.
howMany = CountConnectedClosed();