Description
Returns the Sum of the 'fieldname' for the records specified by the fetch-xml.
e.g Returns sum of all opportunities for a customer.
Signature
FindSumFD('formuladetailname', 'fieldname', 'defaultvalue')
Example
FindSumFD('OpenOpportunities', 'estimatedrevenue', '0', false, SetParams('param1', 'param2'))
Parameters
Name | Type | Description | Required |
---|---|---|---|
formuladetailname | xxxx | xxxx | xxxx |
fieldname | xxxx | xxxx | xxxx |
defaultvalue | xxxx | xxxx | xxxx |