Description
Returns the number of records as specified by the FetchXML.
e.g. Returns the count of all opportunities.
Signature
FindCountFD( 'formuladetailname', 'fieldname', 'defaultvalue', 'nolock', 'params', 'noagg' )
Example
FindCountFD(
'OpenOpportunities',
'estimatedrevenue',
'0',
false,
SetParams('param1', 'param2')
)
Note : the parameters 'nolock', 'params', and 'noagg' are optional
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| formuladetailname | xxxx | xxxx | xxxx |
| fieldname | xxxx | xxxx | xxxx |
| defaultvalue | xxxx | xxxx | xxxx |
