CountDocuments

This function returns the number of documents that are attached to current case.

Syntax

CountDocuments();

Function arguments

This function does not take any arguments.

Return value

This function returns Decimal. Returns the number of documents attached to current case.

Examples

Example 1: This will store number of documents attached to current case in variable 'docsNumber’.

docsNumber = CountDocuments();