AutomatedFormulaOperation
The types of operations/functions supported in an Automated Formula automation
| Enum Values : Object | Description |
|---|---|
| SUM: | addition function |
| AVERAGE: | average function |
| MIN: | minimum function |
| MAX: | maximum function |
| MULTIPLY: | multiplication operation |
| DIVIDE: | division operation |
| SUBTRACT: | subtraction operation |
| COUNT: | count function |
| ROUND: | round function |
| IF_NULL: | if null function |