getMatchingRecordCount()
Overview
public numeric function getMatchingRecordCount(
required string objectName
, required array expressionArray
)
Returns the number of records that match the given expression array for the given object
Arguments
Name | Type | Required | Description |
---|---|---|---|
objectName | string | Yes | The name of the object to get a count of records from |
expressionArray | array | Yes | Cofigured expression array of the condition to prepare a filter for |