prepareExpressionFilters()
Overview
public array function prepareExpressionFilters(
required string expressionId
, required string objectName
, required struct configuredFields
)
Returns a prepared filter for the given expression, context and configured fields.
Arguments
Name | Type | Required | Description |
---|---|---|---|
expressionId | string | Yes | The ID of the expression whose filters you wish to prepare |
objectName | string | Yes | The object whose records are to be filtered |
configuredFields | struct | Yes | A structure of fields configured for the expression instance whose filter we are preparing |